Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Jun 9, 2024
1 parent 6b07208 commit 28bc6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/features/imagemagick.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self):
Executable.__init__(self, "magick", executable="magick")
try:
_ = self.absolute_filename()
except:
except RuntimeError:
Executable.__init__(self, "magick", executable="convert")

def is_functional(self):
Expand Down

0 comments on commit 28bc6ed

Please sign in to comment.