summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-10 14:57:36 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-10 14:57:36 -0300
commit3ff0fc7bd89869668fc9f001b43be4e024ffe4e4 (patch)
treed677b665a49b1ad44f507ab70e39d9417093a4a8
parentb71a89e83bde4054d482ea43da14e69ae3fc885a (diff)
pristine-tar: properly separate additional tarball by spaces
-rw-r--r--gbp/scripts/pristine_tar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/pristine_tar.py b/gbp/scripts/pristine_tar.py
index 41921a01..7ba291cd 100644
--- a/gbp/scripts/pristine_tar.py
+++ b/gbp/scripts/pristine_tar.py
@@ -106,7 +106,7 @@ def main(argv):
ret = 1
if not ret:
- comp_msg = ('with additional tarballs for %s'
+ comp_msg = (' with additional tarballs for %s'
% ", ".join([os.path.basename(t[1]) for t in component_tarballs])) if component_tarballs else ''
gbp.log.info("Successfully committed pristine-tar data for version %s of %s%s" % (source.version,
tarball,