]> p2p-next.cs.pub.ro Git - living-lab-site.git/blobdiff - cis/api/avhandling.py
cis: bug fixes
[living-lab-site.git] / cis / api / avhandling.py
index 808b5729e0c118d4c804e685379bacab0e7c8497..27c9a5d0c07849bad8d9cf3f4ebd0102ec134ead 100644 (file)
@@ -160,7 +160,7 @@ class FFprobeAVInfo(base.BaseAVInfo):
 
         # READ handler for process's output.
         p = subprocess.Popen(args, shell=True,
-                stdout=subprocess.PIPE, stderr=open(os.devnull, 'w'))
+                stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
         pipe = p.stdout
 
         # WRITE handler for logging.