From b14969c273f930374d8c5f6211619c0190752377 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 6 Oct 2015 06:13:21 -0400 Subject: lint: fix white spaces --- grs/RunScript.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'grs/RunScript.py') 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 -- cgit v1.2.3