aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-10-06 06:13:21 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-10-06 06:13:21 -0400
commitb14969c273f930374d8c5f6211619c0190752377 (patch)
treeab6fc1fd75d1d9cf2876c364e5d25bf20d414f47 /grs/RunScript.py
parentgrs/ISOIt.py: mksquashfs and mkisofs can take a long time. (diff)
downloadgrss-b14969c273f930374d8c5f6211619c0190752377.tar.gz
grss-b14969c273f930374d8c5f6211619c0190752377.tar.bz2
grss-b14969c273f930374d8c5f6211619c0190752377.zip
lint: fix white spaces
Diffstat (limited to 'grs/RunScript.py')
-rw-r--r--grs/RunScript.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/grs/RunScript.py b/grs/RunScript.py
index bd8d4f9..3818fa1 100644
--- a/grs/RunScript.py
+++ b/grs/RunScript.py
@@ -24,8 +24,7 @@ from grs.Execute import Execute
class RunScript():
""" Run a script within the chroot. """
- def __init__(self, libdir = CONST.LIBDIR, portage_configroot = CONST.PORTAGE_CONFIGROOT,
- logfile = CONST.LOGFILE):
+ def __init__(self, libdir=CONST.LIBDIR, portage_configroot=CONST.PORTAGE_CONFIGROOT, logfile=CONST.LOGFILE):
self.libdir = libdir
self.portage_configroot = portage_configroot
self.logfile = logfile