Skip to content

Commit

Permalink
fix: remove save emoji (#25)
Browse files Browse the repository at this point in the history
As reported in #20, the emoji displayed when data is saved to file
causes issues. As this is not a vital feature, we are removing it
for the sake of better compatibility on MacOS.

Fixes #20.
  • Loading branch information
P403n1x87 committed Nov 8, 2022
1 parent 98d3864 commit e14fe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion austin_tui/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def _dump_stats() -> None:
fout.write(line + "\n")
self.view.notification.set_text(
self.view.markup(
f"Stats saved as <running>{escape(filename)}</running> 📝 "
f"Stats saved as <running>{escape(filename)}</running> "
)
)
except IOError as e:
Expand Down

0 comments on commit e14fe35

Please sign in to comment.