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 fd2e8fe commit 83149eeCopy full SHA for 83149ee
tools/src/main/python/groups.py
@@ -57,3 +57,5 @@
57
logger.error(cmd.getoutputstr())
58
logger.error("command failed (return code {})".format(ret))
59
sys.exit(1)
60
+ else:
61
+ print(cmd.getoutputstr())
0 commit comments