Skip to content
Snippets Groups Projects
Commit 48f5a08e authored by Manuela Kuhn's avatar Manuela Kuhn
Browse files

Fixed missing prefix

parent eb4fd7aa
No related branches found
No related tags found
No related merge requests found
...@@ -740,7 +740,7 @@ class Sender(): ...@@ -740,7 +740,7 @@ class Sender():
time.sleep(0.1) time.sleep(0.1)
try: try:
logging.debug("closing zmqContext...") logging.debug("closing zmqContext...")
zmqContext.destroy() self.zmqContext.destroy()
logging.debug("closing zmqContext...done.") logging.debug("closing zmqContext...done.")
except: except:
logging.debug("closing zmqContext...failed.") logging.debug("closing zmqContext...failed.")
......
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