Unverified Commit 92f3ad04 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Updated csvdiff to python3 (#3319)

parent 842c4082
Loading
Loading
Loading
Loading
+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
@@ -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!")