Skip to content

Commit

Permalink
fix: d (damn)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 authored May 14, 2024
1 parent a535678 commit f51a307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biscuit/core/components/views/sidebar/github/issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def on_click(self, *_) -> None:
try:
item = self.tree.selection()[0]
link = self.tree.item(item, "values")[0]
webbrowser.open(link)d
webbrowser.open(link)
except Exception as e:
pass

Expand Down

0 comments on commit f51a307

Please sign in to comment.