mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
add debug message
This commit is contained in:
parent
e523b47412
commit
7077b78c33
1 changed files with 1 additions and 0 deletions
|
|
@ -587,6 +587,7 @@ def version_up_workfile():
|
||||||
host = registered_host()
|
host = registered_host()
|
||||||
current_file = host.get_current_workfile()
|
current_file = host.get_current_workfile()
|
||||||
if not current_file:
|
if not current_file:
|
||||||
|
log.debug("Current file not found.")
|
||||||
return None
|
return None
|
||||||
filepath = version_up(current_file)
|
filepath = version_up(current_file)
|
||||||
host.save_workfile(filepath)
|
host.save_workfile(filepath)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue