mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 09:42:39 +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:
|
||||
var.set(None)
|
||||
except LookupError:
|
||||
# ContextVar was never set in this context; nothing to reset.
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user