Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv19752

Modified Files:
        childapp.py 
Log Message:
remove empty vals from app list

Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** childapp.py 8 Nov 2003 13:18:23 -0000       1.40
--- childapp.py 11 Nov 2003 17:59:03 -0000      1.41
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.41  2003/11/11 17:59:03  dischi
+ # remove empty vals from app list
+ #
  # Revision 1.40  2003/11/08 13:18:23  dischi
  # support for unicode start strings
***************
*** 151,154 ****
--- 154,160 ----
          else:
              # app is a list
+             while '' in app:
+                 app.remove('')
+ 
              if app[0].find('--prio=') == 0 and not config.RUNAPP:
                  try:




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to