Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0d82ac

Browse filesBrowse files
committed
Remove bad NUL breaking byte-compile.
1 parent c13f629 commit a0d82ac
Copy full SHA for a0d82ac

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.