Skip to content
Snippets Groups Projects

Fix/manual submit confirmation

Merged Robert Rosca requested to merge fix/manual-submit-confirmation into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -215,7 +215,7 @@ def main(
)
con = zmq.Context()
socket = con.socket(zmq.REQ)
con = socket.connect("tcp://max-exfl-cal001:5555")
socket.connect("tcp://max-exfl-cal001:5555")
if not really:
# Fake socket for testing, just logs what would have been sent via ZMQ
Loading