From 66075fbabab3cdfb76bfcdc472ef4594599bf3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 8 Sep 2018 20:01:47 +0300 Subject: [PATCH] Fix variable name --- 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 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)