mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix logging
This commit is contained in:
parent
698c59c8ea
commit
b262c304ce
3 changed files with 3 additions and 3 deletions
|
|
@ -190,7 +190,7 @@ class AppAction(BaseHandler):
|
|||
os.environ["AVALON_APP"] = self.identifier.split("_")[0]
|
||||
os.environ["AVALON_APP_NAME"] = self.identifier
|
||||
|
||||
anatomy = Anatomy(project_name=project_name)
|
||||
anatomy = Anatomy(project=project_name)
|
||||
|
||||
hierarchy = ""
|
||||
parents = database[project_name].find_one({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue