[PATCH] remove unnecessary "pass"



Remove unnecessary "pass"

-- 
Vincent Legoll
Index: dirdiff.py
===================================================================
--- dirdiff.py	(révision 1153)
+++ dirdiff.py	(copie de travail)
@@ -464,7 +464,6 @@
                                             s = os.stat( join(root,e) )
                                         except OSError, err:
                                             print "ignoring dangling symlink", e
-                                            pass
                                         else:
                                             if stat.S_ISREG(s.st_mode):
                                                 files.append(e)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]