aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'grs/Seed.py')
-rw-r--r--grs/Seed.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/grs/Seed.py b/grs/Seed.py
index f610228..ae8c524 100644
--- a/grs/Seed.py
+++ b/grs/Seed.py
@@ -29,8 +29,12 @@ class Seed(Rotator):
""" Download a stage tarball and unpack it into an empty system portage configroot. """
def __init__(
- self, stage_uri, tmpdir=CONST.TMPDIR, portage_configroot=CONST.PORTAGE_CONFIGROOT,
- package=CONST.PACKAGE, logfile=CONST.LOGFILE
+ self,
+ stage_uri,
+ tmpdir=CONST.TMPDIR,
+ portage_configroot=CONST.PORTAGE_CONFIGROOT,
+ package=CONST.PACKAGE,
+ logfile=CONST.LOGFILE
):
self.stage_uri = stage_uri
self.portage_configroot = portage_configroot