Update of /cvsroot/freevo/freevo/src/mediadb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20609
Modified Files:
listing.py
Log Message:
fix crash
Index: listing.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/mediadb/listing.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** listing.py 2 Jul 2005 16:46:26 -0000 1.8
--- listing.py 25 Aug 2005 18:02:53 -0000 1.9
***************
*** 188,191 ****
--- 188,193 ----
basename = f[f[:-1].rfind('/')+1:]
try:
+ if len(dirname) == 0:
+ dirname = '/'
if not dirname in self.caches:
cache = db.get(dirname)
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog