Loading isis/scripts/csvdiff.py +2 −2 Original line number Diff line number Diff line #!/usr/bin/python #!/usr/bin/env python """ Compares two comma-separated-value files cell by cell, optionally using a Loading Loading @@ -149,4 +149,4 @@ for i in range(len(csv_1)): "(line %d, column %s)!" % (line_num, column_1)) # No errors, all was good print "SUCCESS All error values are within expected tolerance!" print("SUCCESS All error values are within expected tolerance!") Loading
isis/scripts/csvdiff.py +2 −2 Original line number Diff line number Diff line #!/usr/bin/python #!/usr/bin/env python """ Compares two comma-separated-value files cell by cell, optionally using a Loading Loading @@ -149,4 +149,4 @@ for i in range(len(csv_1)): "(line %d, column %s)!" % (line_num, column_1)) # No errors, all was good print "SUCCESS All error values are within expected tolerance!" print("SUCCESS All error values are within expected tolerance!")