mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge pull request #1054 from BigRoy/enhancement/version_up_current_workfile_always_save
Increment workfile even when no unsaved changes
This commit is contained in:
commit
50850b1573
1 changed files with 0 additions and 3 deletions
|
|
@ -585,9 +585,6 @@ def version_up_current_workfile():
|
|||
"""Function to increment and save workfile
|
||||
"""
|
||||
host = registered_host()
|
||||
if not host.has_unsaved_changes():
|
||||
print("No unsaved changes, skipping file save..")
|
||||
return
|
||||
|
||||
project_name = get_current_project_name()
|
||||
folder_path = get_current_folder_path()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue