diff --git a/src/main-verify.py b/src/main-verify.py index 446ba46..0ae05bb 100644 --- a/src/main-verify.py +++ b/src/main-verify.py @@ -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)