mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/resolve/api/workio.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
e81a161169
commit
1966482407
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ def current_file():
|
||||||
name = project.GetName()
|
name = project.GetName()
|
||||||
fname = name + exported_project_ext
|
fname = name + exported_project_ext
|
||||||
current_file = os.path.join(current_dir, fname)
|
current_file = os.path.join(current_dir, fname)
|
||||||
return os.path.normpath(current_file) if current_file else None
|
if current_file:
|
||||||
|
return os.path.normpath(current_file)
|
||||||
|
|
||||||
|
|
||||||
def work_root(session):
|
def work_root(session):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue