Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
tag-rpms: fix json output if rpm_deliveries is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
vfreex committed Jun 9, 2023
1 parent bfd9e3f commit a90a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/cli/config_tag_rpms.py
Expand Up @@ -94,7 +94,7 @@ async def run(self):
if not rpm_deliveries:
logger.warning("rpm_deliveries is not defined for this group.")
if self.as_json:
print(report)
print(json.dumps(report))
return
# Scan for builds
logger.info("Logging into Brew...")
Expand Down

0 comments on commit a90a784

Please sign in to comment.