More wiring of lsp manager calls and responses
This commit is contained in:
@@ -61,4 +61,4 @@ class StartCheckMixin:
|
||||
|
||||
def _write_pid(self, pid):
|
||||
with open(self._PID_FILE, "w") as _pid:
|
||||
_pid.write(f"{pid}")
|
||||
_pid.write(f"{pid}")
|
||||
|
||||
Reference in New Issue
Block a user