valdate:launcher: Do not refer to self in @staticmethod

There is no self in there.
This commit is contained in:
Thibault Saunier 2014-07-17 16:48:21 +02:00
parent d7d1445e67
commit 3cfa480eba

View file

@ -1077,7 +1077,7 @@ class GstValidateMediaDescriptor(MediaDescriptor):
try:
out = subprocess.check_output(args, stderr=open(os.devnull))
except subprocess.CalledProcessError as e:
if self.options.generate_info:
if verbose:
printc("Result: Failed", Colors.FAIL)
else:
self.error("Exception: %s", e)