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.
2 parents c12dafd + b445b97 commit 156dfa4Copy full SHA for 156dfa4
lib/matplotlib/animation.py
@@ -597,7 +597,8 @@ def isAvailable(cls):
597
# NOTE: when removed, remove the same method in AVConvBase.
598
and b'LibAv' not in subprocess.run(
599
[cls.bin_path()], creationflags=subprocess_creation_flags,
600
- stdout=subprocess.DEVNULL, stderr=subprocess.PIPE).stderr)
+ stdin=subprocess.DEVNULL, stdout=subprocess.DEVNULL,
601
+ stderr=subprocess.PIPE).stderr)
602
603
604
# Combine FFMpeg options with pipe-based writing
0 commit comments