mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix single root packing (#5154)
This commit is contained in:
parent
2b9955dcc1
commit
3631cc5f40
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ def pack_project(
|
|||
if not only_documents:
|
||||
roots = project_doc["config"]["roots"]
|
||||
# Determine root directory of project
|
||||
source_root = None
|
||||
source_root_name = None
|
||||
for root_name, root_value in roots.items():
|
||||
if source_root is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue