We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca6b92 commit a4feb32Copy full SHA for a4feb32
pymatbridge/pymatbridge.py
@@ -213,7 +213,7 @@ def start(self):
213
self.logger.info("Starting ZMQ socket %s", self.socket_addr)
214
#self.logger.info("Run _Session.stop/separate to kill the server.")
215
216
- if self.executable is not None:
+ if self.executable:
217
self.logger.info("Launching %s, sending ZMQ 'exit' will kill it.", \
218
self._program_name())
219
self._run_server()
0 commit comments