Update state.py

This commit is contained in:
Nuno Campos
2025-03-17 16:56:09 -07:00
committed by GitHub
parent 9ed0fa196c
commit 3f8b165592
+1 -1
View File
@@ -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: