mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound: classics ;)
This commit is contained in:
parent
7dbb46fcbf
commit
d10d6c65be
2 changed files with 1 additions and 2 deletions
|
|
@ -677,7 +677,6 @@ def get_frame_from_path(path):
|
|||
return None
|
||||
|
||||
|
||||
|
||||
@contextlib.contextmanager
|
||||
def maintained_object_duplication(item):
|
||||
"""Maintain input item duplication
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ def export_clip(export_path, clip, preset_path, **kwargs):
|
|||
def get_preset_path_by_xml_name(xml_preset_name):
|
||||
def _search_path(root):
|
||||
output = []
|
||||
for root, dirs, files in os.walk(root):
|
||||
for root, _dirs, files in os.walk(root):
|
||||
for f in files:
|
||||
if f != xml_preset_name:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue