mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-26 19:45:00 +02:00
Update state.py
This commit is contained in:
@@ -416,7 +416,7 @@ class StateGraph(Graph):
|
||||
and (vals := get_args(rargs[0]))
|
||||
):
|
||||
ends = vals
|
||||
except (TypeError, StopIteration):
|
||||
except (NameError, TypeError, StopIteration):
|
||||
pass
|
||||
|
||||
if destinations is not None:
|
||||
|
||||
Reference in New Issue
Block a user