We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7335c2 commit 3c2bfffCopy full SHA for 3c2bfff
clang_tools/install.py
@@ -76,7 +76,7 @@ def move_and_chmod_binary(old_file_name, new_file_name, directory) -> None:
76
except PermissionError:
77
raise SystemExit(
78
f"Don't have permission to install {new_file_name} to {install_dir}. \
79
- Try to run with the appropriate permissions."
+ Try to run with the appropriate permissions."
80
)
81
82
0 commit comments