mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
flame: redundant condition
This commit is contained in:
parent
aac7797f06
commit
b7f7af46fb
1 changed files with 0 additions and 2 deletions
|
|
@ -968,8 +968,6 @@ class MediaInfoFile(object):
|
|||
for span in out_feed.iter("span"):
|
||||
# start frame
|
||||
span_path = span.find("path")
|
||||
if not span_path:
|
||||
continue
|
||||
self.log.debug(
|
||||
"__ span_path.text: {}, path_pattern: {}".format(
|
||||
span_path.text, path_pattern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue