Skip to content

Commit

Permalink
Fix unresponsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Feb 20, 2024
1 parent 344068c commit b8f1709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pympipool/shared/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def bootup(self, command_lst):
self._process = subprocess.Popen(
args=self.generate_command(command_lst=command_lst),
cwd=self._cwd,
stdin=subprocess.DEVNULL,
)

def generate_command(self, command_lst):
Expand Down

0 comments on commit b8f1709

Please sign in to comment.