Skip to content

Commit

Permalink
add more doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jun 11, 2024
1 parent cbf9b24 commit 7df88bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions looper/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ def _generic_signal_handler(self, signal_type):
sys.exit(1)

def _terminate_current_subprocess(self):
"""This terminates the current sub process associated with self.process_id"""

def pskill(proc_pid, sig=signal.SIGINT):
parent_process = psutil.Process(proc_pid)
Expand Down

0 comments on commit 7df88bf

Please sign in to comment.