Update log message

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Mustafa Jafar 2025-03-09 01:19:30 +02:00 committed by GitHub
parent 8f45e20c2a
commit bfb24435ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -630,6 +630,6 @@ def version_up_current_workfile():
parent_folder = os.path.dirname(new_workfile_path)
if not os.path.exists(parent_folder):
raise MissingWorkdirError(
f"Work area directory '{parent_folder}' does not exist yet.")
f"Work area directory '{parent_folder}' does not exist.")
host.save_workfile(new_workfile_path)