mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix line length
This commit is contained in:
parent
5da19f09ab
commit
a20891e568
1 changed files with 3 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue