Skip to content

Commit

Permalink
Merge branch 'maurosoria:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
huyphan authored Sep 19, 2023
2 parents 1bd2490 + 288baef commit 443e68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controller/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def get_output_extension(self):
if options["output_format"] in ("plain", "simple"):
return "txt"

return {options["output_format"]}
return options["output_format"]

def setup_reports(self):
"""Create report file"""
Expand Down

0 comments on commit 443e68b

Please sign in to comment.