nbaldwin commited on
Commit
7dd6bbc
1 Parent(s): 92a22cd

remove is_reply

Browse files
Files changed (1) hide show
  1. LCToolFlow.py +1 -1
LCToolFlow.py CHANGED
@@ -98,5 +98,5 @@ class LCToolFlow(AtomicFlow):
98
  response = {"observation": observation}
99
  )
100
 
101
- self.send_message(reply, is_reply=True)
102
 
 
98
  response = {"observation": observation}
99
  )
100
 
101
+ self.send_message(reply)
102