We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363858e commit 697495bCopy full SHA for 697495b
scripts/validate_filenames.py
@@ -19,7 +19,7 @@
19
20
hyphen_files = [file for file in filepaths if "-" in file]
21
if hyphen_files:
22
- print(f"{len(hyphen_files)} files contain space characters:")
+ print(f"{len(hyphen_files)} files contain hyphen characters:")
23
print("\n".join(hyphen_files) + "\n")
24
25
nodir_files = [file for file in filepaths if os.sep not in file]
0 commit comments