Update ReplanningFlow.py
Browse files- ReplanningFlow.py +0 -1
ReplanningFlow.py
CHANGED
@@ -12,7 +12,6 @@ class ReplanningFlow(PlanWriterFlow):
|
|
12 |
})
|
13 |
|
14 |
|
15 |
-
# WIP
|
16 |
@CircularFlow.output_msg_payload_processor
|
17 |
def detect_finish_or_continue(self, output_payload: Dict[str, Any], src_flow) -> Dict[str, Any]:
|
18 |
command = output_payload["command"]
|
|
|
12 |
})
|
13 |
|
14 |
|
|
|
15 |
@CircularFlow.output_msg_payload_processor
|
16 |
def detect_finish_or_continue(self, output_payload: Dict[str, Any], src_flow) -> Dict[str, Any]:
|
17 |
command = output_payload["command"]
|