This commit is contained in:
Bagatur 2023-08-17 16:22:22 -07:00
parent 6b0a849f59
commit 9e906c39ba

View File

@ -50,7 +50,6 @@ class PutLocalVar(RunnablePassthrough):
"PutLocalVar should only be used in a RunnableSequence, and should "
"therefore always receive a non-null config."
)
print(config)
if isinstance(self.key, str):
if self.key not in config["_locals"]:
config["_locals"][self.key] = input