add debug message

This commit is contained in:
Kayla Man 2024-05-30 16:00:29 +08:00
parent e523b47412
commit 7077b78c33

View file

@ -587,6 +587,7 @@ def version_up_workfile():
host = registered_host()
current_file = host.get_current_workfile()
if not current_file:
log.debug("Current file not found.")
return None
filepath = version_up(current_file)
host.save_workfile(filepath)