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 e5c6254 commit 504ef7eCopy full SHA for 504ef7e
tools/test.py
@@ -261,11 +261,11 @@ def main():
261
library_build_success = True
262
except ToolException as e:
263
# ToolException output is handled by the build log
264
- print("ERROR: " + str(e))
+ print("[ERROR] " + str(e))
265
pass
266
except NotSupportedException as e:
267
# NotSupportedException is handled by the build log
268
269
270
except Exception as e:
271
if options.verbose:
0 commit comments