Tachi67 commited on
Commit
f1e1910
·
1 Parent(s): e6e44c4

Update PlanWriterFlow.py

Browse files
Files changed (1) hide show
  1. PlanWriterFlow.py +0 -2
PlanWriterFlow.py CHANGED
@@ -56,9 +56,7 @@ class PlanWriterFlow(ContentWriterFlow):
56
  keys_to_fetch_from_state = ["memory_files"]
57
  fetched_state = self._fetch_state_attributes_by_keys(keys=keys_to_fetch_from_state)
58
  plan_file_location = fetched_state["memory_files"]["plan"]
59
- memory_files = fetched_state["memory_files"]
60
  output_payload["command_args"]["plan_file_location"] = plan_file_location
61
- output_payload["command_args"]["memory_files"] = memory_files
62
  return output_payload
63
  else:
64
  return output_payload
 
56
  keys_to_fetch_from_state = ["memory_files"]
57
  fetched_state = self._fetch_state_attributes_by_keys(keys=keys_to_fetch_from_state)
58
  plan_file_location = fetched_state["memory_files"]["plan"]
 
59
  output_payload["command_args"]["plan_file_location"] = plan_file_location
 
60
  return output_payload
61
  else:
62
  return output_payload