From 604406fecf6be1d674e123f630957f15b1ed1dec Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sun, 11 Nov 2018 18:57:34 -0500 Subject: grs/TarIt.py: fix typo Signed-off-by: Anthony G. Basile --- grs/TarIt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grs/TarIt.py b/grs/TarIt.py index 89e7465..00f0b6a 100644 --- a/grs/TarIt.py +++ b/grs/TarIt.py @@ -44,7 +44,7 @@ class TarIt(HashIt): def tarit(self, alt_name=None): # Create the tarball with the default name unless an alt_name is given. if alt_name: - self.medium_name = '%s.tar.xz' % alt_name) + self.medium_name = '%s.tar.xz' % alt_name self.digest_name = '%s.DIGESTS' % self.medium_name # We have to cd into the system's portage configroot and then out again. cwd = os.getcwd() -- cgit v1.2.3-65-gdbad