update log message

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Mustafa Jafar 2025-02-27 15:24:16 +02:00 committed by GitHub
parent 0cf4e3576d
commit 26acd0efad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -629,6 +629,6 @@ def version_up_current_workfile():
parent_folder = os.path.dirname(new_workfile_path)
if not os.path.exists(parent_folder):
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)