Fix variable name

This commit is contained in:
Juhani Krekelä 2018-09-08 20:01:47 +03:00
parent 0961a952cb
commit 66075fbaba
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def main():
# Check
any_verified = False
any_failed = False
any_fail = False
for path in infiles:
# Remove the directory and the extension from the file
name = os.path.basename(path)