Skip to content

Commit

Permalink
display archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 5, 2019
1 parent 8543f7d commit ef5717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgispluginci/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def create_archive(
zf.writestr(fn, fl)

print('-------')
print('files in ZIP archive:')
print('files in ZIP archive ({}):'.format(archive_name))
with zipfile.ZipFile(file=archive_name, mode='r') as zf:
for f in zf.namelist():
print(f)
Expand Down

0 comments on commit ef5717a

Please sign in to comment.