Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20264

Modified Files:
        directory.py 
Log Message:
Ignore lost+found directories.


Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** directory.py        26 Aug 2004 15:26:49 -0000      1.142
--- directory.py        25 Sep 2004 05:04:01 -0000      1.143
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.143  2004/09/25 05:04:01  rshortt
+ # Ignore lost+found directories.
+ #
  # Revision 1.142  2004/08/26 15:26:49  dischi
  # add code to do some memory debugging
***************
*** 630,633 ****
--- 633,639 ----
          # normal DirItems
          for filename in files:
+             if os.path.split(filename)[1] in ['lost+found',]:
+                 continue
+ 
              if os.path.isdir(filename):
                  d = DirItem(filename, self, display_type = self.display_type)



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to