From 8499775037f6fbcae722a2ae43f4d3e78ff443ae Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Nov 2012 16:35:23 +0100 Subject: disclaimers --- exmachina.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exmachina.py') diff --git a/exmachina.py b/exmachina.py index fa17c7c..1656c5e 100755 --- a/exmachina.py +++ b/exmachina.py @@ -75,7 +75,7 @@ def execute_service(servicename, action, timeout=10): (timeout, command_list)) stdout, stderr = proc.communicate() - # TODO: should raise exception here if proc.returncode != 0? + # TBD: should raise exception here if proc.returncode != 0? return stdout, stderr, proc.returncode def execute_apt(packagename, action, timeout=120, aptargs=['-q', '-y']): -- cgit v1.2.3