Skip to content
Snippets Groups Projects
Commit 692ccbd3 authored by Robert Rosca's avatar Robert Rosca
Browse files

remove unnecessary assignment

parent da50173c
No related branches found
No related tags found
1 merge request!904Fix/manual submit confirmation
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment