[csw-devel] SF.net SVN: gar:[13368] csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Feb 18 17:16:37 CET 2011


Revision: 13368
          http://gar.svn.sourceforge.net/gar/?rev=13368&view=rev
Author:   bdwalton
Date:     2011-02-18 16:16:37 +0000 (Fri, 18 Feb 2011)

Log Message:
-----------
submitpkg: correct string interpolation in error message

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	2011-02-18 16:08:07 UTC (rev 13367)
+++ csw/mgar/gar/v2/lib/python/submit_to_newpkgs.py	2011-02-18 16:16:37 UTC (rev 13368)
@@ -82,7 +82,7 @@
   logging.debug("Running: %s" % args)
   ret = subprocess.call(args)
   if ret:
-    msg = ("Removing % failed." % basename_str)
+    msg = ("Removing %s failed." % basename_str)
     raise PackageSubmissionError(msg)
 
 


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