Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0d82ac

Browse files
committed
Remove bad NUL breaking byte-compile.
1 parent c13f629 commit a0d82ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def _args(self):
397397
# FFMpeg
398398
class AVConvBase(FFMpegBase):
399399
exec_key = 'animation.avconv_path'
400-
args_key = 'animation.avconv_args'
400+
args_key = 'animation.avconv_args'
401401

402402

403403
# Combine AVConv options with pipe-based writing

0 commit comments

Comments
 (0)