aboutsummaryrefslogtreecommitdiffstats
path: root/exmachina.py
diff options
context:
space:
mode:
Diffstat (limited to 'exmachina.py')
-rwxr-xr-xexmachina.py2
1 files changed, 1 insertions, 1 deletions
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']):