mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 12:52:37 +02:00
fix cContextVar OPTIONS LookupError
This commit is contained in:
parent
32d6898ea5
commit
335a025c03
2 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from loguru import logger
|
|||
|
||||
import metagpt
|
||||
|
||||
OPTIONS = contextvars.ContextVar("OPTIONS")
|
||||
OPTIONS = contextvars.ContextVar("OPTIONS", default={})
|
||||
|
||||
|
||||
def get_metagpt_package_root():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue