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 5bcb1c9 commit 2939a3eCopy full SHA for 2939a3e
bolt/utils/nfc-check-setup.py
@@ -93,7 +93,7 @@ def main():
93
sys.exit(e)
94
95
# build the current commit
96
- print ("NFC-Setup: Building current revision..")
+ print("NFC-Setup: Building current revision..")
97
subprocess.run(
98
shlex.split("cmake --build . --target llvm-bolt"), cwd=args.build_dir
99
)
@@ -133,7 +133,7 @@ def main():
133
new_ref = get_git_ref_or_rev(source_dir)
134
135
# build the previous commit
136
- print ("NFC-Setup: Building previous revision..")
+ print("NFC-Setup: Building previous revision..")
137
138
139
0 commit comments