Skip to content

Commit 504ef7e

Browse files
committed
Incorporated the review comment
1 parent e5c6254 commit 504ef7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,11 @@ def main():
261261
library_build_success = True
262262
except ToolException as e:
263263
# ToolException output is handled by the build log
264-
print("ERROR: " + str(e))
264+
print("[ERROR] " + str(e))
265265
pass
266266
except NotSupportedException as e:
267267
# NotSupportedException is handled by the build log
268-
print("ERROR: " + str(e))
268+
print("[ERROR] " + str(e))
269269
pass
270270
except Exception as e:
271271
if options.verbose:

0 commit comments

Comments
 (0)