Adds a comment before making archive file

This commit is contained in:
James Chen 2014-05-13 14:33:53 +08:00
parent 4f886e8ebf
commit 45d845f559
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ class GitArchiver(object):
else:
raise RuntimeError("Unknown format: {f}".format(f=output_format))
print("Making archive: (%s) , please wait ..." % output_path)
for file_path in self.extra:
if not dry_run:
if self.verbose: