mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Update openpype/hosts/resolve/api/workio.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
fcde80dcc3
commit
33f2adff54
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ def save_file(filepath):
|
|||
response = False
|
||||
if name == "Untitled Project":
|
||||
response = pm.CreateProject(fname)
|
||||
# re-cash new current project after renaming
|
||||
# recache new current project after creating new project
|
||||
set_current_project()
|
||||
log.info("New project created: {}".format(response))
|
||||
pm.SaveProject()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue