We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2329d65 commit 35a6b09Copy full SHA for 35a6b09
tools/scripts/checksum/checksum.py
@@ -101,7 +101,7 @@ def check_checksum(filepaths):
101
check_failed = False
102
for path in filepaths:
103
if not os.path.exists(path):
104
- sys.stderr.write("[checksum.py] ERROR: " + filepath + " is not a valid filepath" + os.linesep)
+ sys.stderr.write("[checksum.py] ERROR: " + path + " is not a valid filepath" + os.linesep)
105
sys.exit(1)
106
107
with open(path, mode='r') as file:
0 commit comments