Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Jun 7, 2024
1 parent 1240c20 commit 6b07208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/plot/animate.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def _gif_from_imagemagick(self, savefile=None, show_path=False,

# running the command
directory = self.png()
cmd = [Magick().executablee, '-dispose', 'Background',
cmd = [Magick().executable, '-dispose', 'Background',

Check warning on line 710 in src/sage/plot/animate.py

View check run for this annotation

Codecov / codecov/patch

src/sage/plot/animate.py#L710

Added line #L710 was not covered by tests
'-delay', '%s' % int(delay), '-loop', '%s' % int(iterations),
'*.png', savefile]
from subprocess import run
Expand Down

0 comments on commit 6b07208

Please sign in to comment.