Changed kill() to protected. Changed references from kill() to stop().

Signed-off-by: scspaldi <scspaldi@amazon.com>
This commit is contained in:
scspaldi
2022-01-27 17:06:47 -08:00
parent 5509764fc2
commit 92da291bb4
13 changed files with 24 additions and 22 deletions
@@ -89,7 +89,7 @@ class LinuxLauncher(Launcher):
self.restore_settings()
super(LinuxLauncher, self).teardown()
def kill(self):
def _kill(self):
"""
This is a hard kill, and then wait to make sure until it actually ended.