logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: tmda-cgi Release.py,1.4,1.5: msg#00103

Subject: CVS: tmda-cgi Release.py,1.4,1.5
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv908

Modified Files:
        Release.py 
Log Message:
Fixed a type-o Jim made.


Index: Release.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Release.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Release.py  16 May 2003 19:59:45 -0000      1.4
+++ Release.py  21 May 2003 16:49:11 -0000      1.5
@@ -117,7 +117,7 @@
         CgiUtil.ParseString(os.environ["TMDA_VLOOKUP"], User )
       List = Util.RunTask(VLookup[1:])
       Sandbox = {"User": User}
-      Filename = os.path.join("stubs", "%s.py", VLookup[0])
+      Filename = os.path.join("stubs", "%s.py" % VLookup[0])
       try:
         execfile(Filename, Sandbox)
       except IOError:

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs



<Prev in Thread] Current Thread [Next in Thread>