mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
don't version_up twice
This commit is contained in:
parent
1de8e300c7
commit
bba0df9c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ def version_up_current_workfile():
|
||||||
last_workfile_path = get_last_workfile(
|
last_workfile_path = get_last_workfile(
|
||||||
work_root, file_template, data, extensions, True
|
work_root, file_template, data, extensions, True
|
||||||
)
|
)
|
||||||
new_workfile_path = version_up(last_workfile_path)
|
new_workfile_path = last_workfile_path
|
||||||
if os.path.exists(new_workfile_path):
|
if os.path.exists(new_workfile_path):
|
||||||
new_workfile_path = version_up(new_workfile_path)
|
new_workfile_path = version_up(new_workfile_path)
|
||||||
host.save_workfile(new_workfile_path)
|
host.save_workfile(new_workfile_path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue