Skip to content

Commit

Permalink
Made "no output" unambiguous (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c authored May 8, 2023
1 parent 8707172 commit 7c4845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ def format(self) -> str:
out += f"\n```ansi\n{quantized}\n```"

if self.code is None:
out += "\n```\nNo output```"
return "No output"

return out

0 comments on commit 7c4845f

Please # to comment.