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 237487f commit 4ea7f7bCopy full SHA for 4ea7f7b
post/clang_tidy_review/clang_tidy_review/review.py
@@ -148,7 +148,7 @@ def main():
148
)
149
150
install_commands = strip_enclosing_quotes(args.install_commands)
151
-
+
152
if install_commands:
153
with message_group(f"Running additional install commands: {install_commands}"):
154
subprocess.run(install_commands, shell=True, check=True)
0 commit comments