src/eric7/SystemUtilities/FileSystemUtilities.py

branch
eric7
changeset 10108
0f4194acf75e
parent 9972
68ac01294544
child 10170
6cf1ee737d8f
equal deleted inserted replaced
10107:da76865312f1 10108:0f4194acf75e
484 ): 484 ):
485 # entry doesn't fit the given pattern 485 # entry doesn't fit the given pattern
486 continue 486 continue
487 487
488 if dirEntry.is_dir(): 488 if dirEntry.is_dir():
489 if dirEntry.path in ignoreList:
490 continue
489 if dirEntry.is_symlink() and not followsymlinks: 491 if dirEntry.is_symlink() and not followsymlinks:
490 continue 492 continue
491 files += direntries( 493 files += direntries(
492 dirEntry.path, 494 dirEntry.path,
493 filesonly=filesonly, 495 filesonly=filesonly,

eric ide

mercurial