commit: 604406fecf6be1d674e123f630957f15b1ed1dec
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 23:57:34 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 23:57:41 2018 +0000
URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=604406fe
grs/TarIt.py: fix typo
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
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()