aboutsummaryrefslogtreecommitdiff
path: root/grs
diff options
context:
space:
mode:
Diffstat (limited to 'grs')
-rw-r--r--grs/Execute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grs/Execute.py b/grs/Execute.py
index 32286ec..355fbe8 100644
--- a/grs/Execute.py
+++ b/grs/Execute.py
@@ -27,7 +27,7 @@ from grs.Constants import CONST
class Execute():
""" Execute a shell command """
- def __init__(self, cmd, timeout = 1, extra_env = {}, failok = False, shell = False \
+ def __init__(self, cmd, timeout = 1, extra_env = {}, failok = False, shell = False, \
logfile = CONST.LOGFILE):
""" Execute a shell command.