Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

Commit

Permalink
* s3cmd: Print version info on 'unexpected error' output.
Browse files Browse the repository at this point in the history
git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@205 830e0280-6d2a-0410-9c65-932aecc39d9d
  • Loading branch information
mludvig committed Jul 3, 2008
1 parent 493c072 commit 26b4a8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2008-07-03 Michal Ludvig <michal@logix.cz>

* s3cmd: Print version info on 'unexpected error' output.

2008-06-30 Michal Ludvig <michal@logix.cz>

* S3/S3.py: Re-upload when Amazon doesn't send ETag
Expand Down
3 changes: 3 additions & 0 deletions s3cmd
Expand Up @@ -1051,6 +1051,9 @@ if __name__ == '__main__':
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
""")
sys.stderr.write("S3cmd: %s\n" % PkgInfo.version)
sys.stderr.write("Python: %s\n" % sys.version.replace('\n', ' '))
sys.stderr.write("\n")
sys.stderr.write(traceback.format_exc(sys.exc_info())+"\n")
sys.stderr.write("""
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down

0 comments on commit 26b4a8e

Please sign in to comment.