Skip to content

Commit 83149ee

Browse files
trikotrakoVladimir Kotal
authored andcommitted
print the output in groups.py script
1 parent fd2e8fe commit 83149ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/src/main/python/groups.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@
5757
logger.error(cmd.getoutputstr())
5858
logger.error("command failed (return code {})".format(ret))
5959
sys.exit(1)
60+
else:
61+
print(cmd.getoutputstr())

0 commit comments

Comments
 (0)