mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
update log message
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
0cf4e3576d
commit
26acd0efad
1 changed files with 1 additions and 1 deletions
|
|
@ -629,6 +629,6 @@ def version_up_current_workfile():
|
||||||
parent_folder = os.path.dirname(new_workfile_path)
|
parent_folder = os.path.dirname(new_workfile_path)
|
||||||
if not os.path.exists(parent_folder):
|
if not os.path.exists(parent_folder):
|
||||||
raise AssertionError(
|
raise AssertionError(
|
||||||
f"Folder {parent_folder} does not exist yet.")
|
f"Work area directory '{parent_folder}' does not exist yet.")
|
||||||
|
|
||||||
host.save_workfile(new_workfile_path)
|
host.save_workfile(new_workfile_path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue