Skip to content
Snippets Groups Projects
Commit 6ad0efea authored by Tobias Melson's avatar Tobias Melson
Browse files

Fixed bug in build status output

parent 24e843be
No related branches found
No related tags found
No related merge requests found
Pipeline #211069 failed
...@@ -140,7 +140,7 @@ def do_mpcdf_build_status(self, subcmd, opts, *args): ...@@ -140,7 +140,7 @@ def do_mpcdf_build_status(self, subcmd, opts, *args):
ignore_status = ignore_status.union(["disabled", "excluded", "succeeded"]) ignore_status = ignore_status.union(["disabled", "excluded", "succeeded"])
def print_stdout(text=""): def print_stdout(text=""):
if opts.only_count is None: if not opts.only_count:
print(text) print(text)
count = dict() count = dict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment