We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e5c1d commit c32a4dcCopy full SHA for c32a4dc
saline/process.py
@@ -57,13 +57,6 @@ def start(self):
57
Start the main Saline routine
58
"""
59
60
- sock_dir = self.opts["sock_dir"]
61
- if not os.path.isdir(sock_dir):
62
- try:
63
- os.makedirs(sock_dir, 0o755)
64
- except OSError as exc:
65
- log.error("Could not create SOCK_DIR: %s", exc)
66
-
67
with default_signals(signal.SIGINT, signal.SIGTERM):
68
log.info("Creating process manager")
69
self.process_manager = ProcessManager(wait_for_kill=5)
0 commit comments