Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Dec 2, 2021
1 parent 091d7ba commit 1aeaaff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shlib/shlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,11 @@ def poll(self):
"""
return self.process.poll()


# kill {{{3
def kill(self):
"""
Kill the process.
"""
self.process.kill()
self.process.wait()

Expand Down

0 comments on commit 1aeaaff

Please sign in to comment.