Always increment workfile when requested - instead of only when no unsaved changes

This commit is contained in:
Roy Nieterau 2024-12-15 11:44:57 +01:00
parent 704b011474
commit b8269f7b31

View file

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