[csw-devel] SF.net SVN: gar:[9015] csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Mar 8 08:55:44 CET 2010
Revision: 9015
http://gar.svn.sourceforge.net/gar/?rev=9015&view=rev
Author: wahwah
Date: 2010-03-08 07:55:44 +0000 (Mon, 08 Mar 2010)
Log Message:
-----------
mGAR v2: submitpkg, small bugfix, remove a comma which makes the release manager name be a tuple
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py
Modified: csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py
===================================================================
--- csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py 2010-03-07 22:48:42 UTC (rev 9014)
+++ csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py 2010-03-08 07:55:44 UTC (rev 9015)
@@ -115,7 +115,8 @@
else:
options.catalognames = options.pkgnames
if config.has_option(CONFIG_RELEASE_SECTION, "release manager name"):
- release_mgr_name=config.get(CONFIG_RELEASE_SECTION, "release manager name"),
+ release_mgr_name = config.get(CONFIG_RELEASE_SECTION,
+ "release manager name")
else:
release_mgr_name = None
if config.has_option(CONFIG_RELEASE_SECTION, "release cc"):
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