whitespace

This commit is contained in:
Axel Kohlmeyer
2022-09-25 03:55:45 -04:00
parent 3a95a7b973
commit 51624fa78d

View File

@ -90,7 +90,7 @@ def check_folder(directory, config, verbose=False):
for lineno in result['pending_tags']:
print("[Error] Pending version tag @ {}:{}".format(path, lineno))
success = False
if result['encoding'] == 'unknown':
print("[Error] Unknown text encoding @ {}".format(path))
success = False