diff --git a/src/main-verify.py b/src/main-verify.py index ea14f39..09dfd0b 100644 --- a/src/main-verify.py +++ b/src/main-verify.py @@ -75,7 +75,7 @@ def main(): infiles = args.infiles # Check - any_verified = True + any_verified = False for path in infiles: # Remove the directory and the extension from the file name = os.path.basename(path)