From 2f1b07e989ff2cd4e7b602884e078f8bff3fd7b3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 17 Feb 2013 08:02:06 +0100 Subject: Updated comments. --- source/pyAggr3g470r | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/pyAggr3g470r b/source/pyAggr3g470r index a231a181..35c6868a 100755 --- a/source/pyAggr3g470r +++ b/source/pyAggr3g470r @@ -92,8 +92,11 @@ def start(python_command): retval = False def stop(): + """ + Stop the process SERVICE. + """ print("Stopping pyAggr3g470r...") - retval=True + retval = True pid = pidof(processname=SERVICE) if pid: if platform.system() == "Windows": -- cgit