valdate:launcher: Do not refer to self in @staticmethod
There is no self in there.
This commit is contained in:
parent
d7d1445e67
commit
3cfa480eba
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user