Skip to content

Commit

Permalink
Always increment workfile when requested - instead of only when no un…
Browse files Browse the repository at this point in the history
…saved changes
  • Loading branch information
BigRoy committed Dec 15, 2024
1 parent 704b011 commit b8269f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/ayon_core/pipeline/context_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b8269f7

Please sign in to comment.