mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 18:19:00 +00:00
test(flow): document intentional LookupError swallow in reset fixture
This commit is contained in:
@@ -123,4 +123,5 @@ def _reset_flow_context_vars():
|
|||||||
try:
|
try:
|
||||||
var.set(None)
|
var.set(None)
|
||||||
except LookupError:
|
except LookupError:
|
||||||
|
# ContextVar was never set in this context; nothing to reset.
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user