commit: 9d17125630f15b8219a5b967c14fae1a4a4936bc
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 00:42:25 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 00:42:25 2015 +0000
URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=9d171256
grs/Execute.py: fix typo.
grs/Execute.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.