mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-16 22:38:18 +00:00
Some wording changes.
This commit is contained in:
@ -17,7 +17,6 @@
|
||||
|
||||
|
||||
import asyncio
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
|
||||
@ -91,6 +90,6 @@ def _check_process(process, termination_callback):
|
||||
|
||||
|
||||
def monitor_process(process, termination_callback):
|
||||
"""Call termination_callback when process die"""
|
||||
"""Call termination_callback when a process dies"""
|
||||
|
||||
asyncio.async(_check_process(process, termination_callback))
|
||||
|
Reference in New Issue
Block a user