summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-09 12:18:37 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-09 12:18:37 +0100
commitd02995f86c6400636a7185a8860a616fb5c7f094 (patch)
treedefc9f305bb08320c45cc2ef735ee92b08931715
parent80bc5d40bcbf6fab172597fe87b007a6aaa87ebe (diff)
downloadmorph-d02995f86c6400636a7185a8860a616fb5c7f094.tar.gz
import: Cleanups, list package version when generating chunk .morph
-rw-r--r--import/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/main.py b/import/main.py
index 1dd54e7a..02994c1d 100644
--- a/import/main.py
+++ b/import/main.py
@@ -558,7 +558,6 @@ class ImportLoop(object):
checkoutpath = os.path.join(
self.app.settings['checkouts-dir'], reponame)
-
try:
already_lorried = os.path.exists(repopath)
if already_lorried:
@@ -657,7 +656,8 @@ class ImportLoop(object):
filename):
tool = '%s.to_chunk' % self.kind
self.app.status(
- 'Calling %s to generate chunk morph for %s', tool, name)
+ 'Calling %s to generate chunk morph for %s %s', tool, name,
+ version)
args = self.extra_args + [source_repo.dirname, name]
if version != 'master':