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 26e7b9f commit ca36aa0Copy full SHA for ca36aa0
bolt/utils/nfc-check-setup.py
@@ -104,7 +104,7 @@ def main():
104
sys.exit(e)
105
106
# build the current commit
107
- print ("NFC-Setup: Building current revision..")
+ print("NFC-Setup: Building current revision..")
108
subprocess.run(
109
shlex.split("cmake --build . --target llvm-bolt"), cwd=args.build_dir
110
)
@@ -144,7 +144,7 @@ def main():
144
new_ref = get_git_ref_or_rev(source_dir)
145
146
# build the previous commit
147
- print ("NFC-Setup: Building previous revision..")
+ print("NFC-Setup: Building previous revision..")
148
149
150
0 commit comments