Skip to content

Commit

Permalink
external_script module: fix clicking on parts of message thx to @lasers
Browse files Browse the repository at this point in the history
… (#2254)
  • Loading branch information
ultrabug authored Aug 2, 2024
1 parent 0b0a6c6 commit 3392bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py3status/modules/external_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def external_script(self):
output = ""

response["full_text"] = self.py3.safe_format(
self.format, {"output": output, "lines": len(output_lines)}
self.format, {"output": self.py3.safe_format(output), "lines": len(output_lines)}
)
return response

Expand Down

0 comments on commit 3392bc0

Please sign in to comment.