This commit is contained in:
Juhani Krekelä 2018-09-01 23:45:12 +03:00
parent 5d71ff9d73
commit 12902df924
1 changed files with 1 additions and 1 deletions

View File

@ -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)