mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixing logic
This commit is contained in:
parent
7063d21450
commit
ca7300a95f
1 changed files with 1 additions and 1 deletions
|
|
@ -822,7 +822,7 @@ class OpenClipSolver(flib.MediaInfoFile):
|
|||
# check if feed path already exists in track's feeds
|
||||
if (
|
||||
out_track_element is not None
|
||||
and not self._feed_exists(out_track_element, new_path)
|
||||
and self._feed_exists(out_track_element, new_path)
|
||||
):
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue