mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
valdate:launcher: Do not refer to self in @staticmethod
There is no self in there.
This commit is contained in:
parent
d7d1445e67
commit
3cfa480eba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue