When comparing two files
and generated by expedite, expedite-cmp fails with the following output:Traceback (most recent call last): File "src/bin/expedite-cmp", line 61, in <module> t = row[1].strip() IndexError: list index out of range
When comparing two files
and generated by expedite, expedite-cmp fails with the following output:Traceback (most recent call last): File "src/bin/expedite-cmp", line 61, in <module> t = row[1].strip() IndexError: list index out of range
the problem is that the output of expedite has been changed after expedite-cmp has been written. So the python script must be change to ignore the first line (iirc)