fix line length

This commit is contained in:
Jakub Trllo 2022-05-10 15:17:58 +02:00
parent 5da19f09ab
commit a20891e568

View file

@ -187,11 +187,9 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
try:
streams = get_ffprobe_streams(component_path)
except Exception:
self.log.debug(
"Failed to retrieve information about intput {}".format(
component_path
)
)
self.log.debug((
"Failed to retrieve information about intput {}"
).format(component_path))
for stream in streams:
if "width" in stream and "height" in stream: