mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
fix issue with project config query
This commit is contained in:
parent
2e9a63c410
commit
954d82ccbc
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ def get_project_fps():
|
|||
project_name = io.active_project()
|
||||
project = io.find_one({"name": project_name,
|
||||
"type": "project"},
|
||||
projection={"config.fps": True})
|
||||
projection={"config": True})
|
||||
|
||||
config = project.get("config", None)
|
||||
assert config, "This is a bug"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue