SF.net SVN: gar:[23108] csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Mar 2 18:52:32 CET 2014
Revision: 23108
http://sourceforge.net/p/gar/code/23108
Author: wahwah
Date: 2014-03-02 17:52:32 +0000 (Sun, 02 Mar 2014)
Log Message:
-----------
csw-upload-pkg: Fix a syntax error
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
Modified: csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
===================================================================
--- csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2014-03-02 17:52:23 UTC (rev 23107)
+++ csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2014-03-02 17:52:32 UTC (rev 23108)
@@ -404,7 +404,7 @@
options, args = parser.parse_args()
logging_level = logging.INFO
if options.debug:
- logging_level = logging.DEBUG)
+ logging_level = logging.DEBUG
fmt = '%(levelname)s %(asctime)s %(filename)s:%(lineno)d %(message)s'
logging.basicConfig(format=fmt, level=logging_level)
logging.debug("args: %s", args)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list