From 12902df9248eacfef64fba0e243b0125b00f84ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 1 Sep 2018 23:45:12 +0300 Subject: [PATCH] Whoops --- src/main-verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)