We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcfe76 commit f31d35dCopy full SHA for f31d35d
lib/matplotlib/animation.py
@@ -668,7 +668,7 @@ def _args(self):
668
'-r', str(self.fps)]
669
# Logging is quieted because subprocess.PIPE has limited buffer size.
670
671
- if (_log.getEffectiveLevel() < logging.DEBUG):
+ if (_log.getEffectiveLevel() > logging.DEBUG):
672
args += ['-loglevel', 'quiet']
673
args += ['-i', 'pipe:'] + self.output_args
674
return args
0 commit comments