Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Jun 26, 2024
1 parent 49e1ffd commit 97dcfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burst/burst.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def cookie_sync(is_silent):
if not cookie_fetch_gist_id():
err = "Could not fetch gist id for cookie-sync"
log.error(err)

if not is_silent:
p_dialog.close()
notify(translation(32167) % (err), image=get_icon_path())
Expand Down

0 comments on commit 97dcfb6

Please sign in to comment.