Skip to content

Commit

Permalink
Pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fquinner committed Nov 29, 2020
1 parent f5dfd50 commit 947c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsl_windows_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
try:
if 'ImageMagick' in subprocess.check_output(["convert", "-version"]).rstrip().decode():
has_imagemagick = True
except:
except Exception:
logger.warning("Could not find imagemagick - some xpm icons may not convert correctly")
pass

Expand Down

0 comments on commit 947c2a4

Please sign in to comment.