Fix copy / paste oversight (#2448)

This commit is contained in:
Christian Clauss 2020-09-19 07:25:18 +02:00 committed by GitHub
parent 363858ef3b
commit 697495b017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ if space_files:
hyphen_files = [file for file in filepaths if "-" in file]
if hyphen_files:
print(f"{len(hyphen_files)} files contain space characters:")
print(f"{len(hyphen_files)} files contain hyphen characters:")
print("\n".join(hyphen_files) + "\n")
nodir_files = [file for file in filepaths if os.sep not in file]