Browse code

remove extraneous close-parenthesis causing syntax error

introduced in #450.

Matt Domsch authored on 2015/01/06 13:50:56
Showing 1 changed files
... ...
@@ -2531,7 +2531,7 @@ if __name__ == '__main__':
2531 2531
         from S3.FileLists import *
2532 2532
         from S3.MultiPart import MultiPartUpload
2533 2533
     except Exception as e:
2534
-        report_exception(e, "Error loading some components of s3cmd (Import Error)"))
2534
+        report_exception(e, "Error loading some components of s3cmd (Import Error)")
2535 2535
         # 1 = EX_GENERAL but be safe in that situation
2536 2536
         sys.exit(1)
2537 2537