We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345a5ae commit 107fa9bCopy full SHA for 107fa9b
tools/lint-hotkeys
@@ -73,7 +73,9 @@ def lint_hotkeys_file() -> None:
73
else:
74
print("No hotkeys linting errors")
75
if not output_file_matches_string(hotkeys_file_string):
76
- print(f"Run './tools/{SCRIPT_NAME}' to update {OUTPUT_FILE_NAME} file")
+ print(
77
+ f"Run './tools/{SCRIPT_NAME} --fix' to update {OUTPUT_FILE_NAME} file"
78
+ )
79
error_flag = 1
80
sys.exit(error_flag)
81
0 commit comments