flame: redundant condition

This commit is contained in:
Jakub Jezek 2022-05-11 14:47:34 +02:00
parent aac7797f06
commit b7f7af46fb
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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