diff -r ea35c92a3c7c -r fbe93720ee9f src/eric7/SystemUtilities/FileSystemUtilities.py --- a/src/eric7/SystemUtilities/FileSystemUtilities.py Thu Feb 22 16:26:46 2024 +0100 +++ b/src/eric7/SystemUtilities/FileSystemUtilities.py Thu Feb 22 16:34:43 2024 +0100 @@ -563,9 +563,8 @@ continue if dirEntry.is_dir(): - if ( - dirEntry.path in ignoreList - or dirEntry.is_symlink() and not followsymlinks + if dirEntry.path in ignoreList or ( + dirEntry.is_symlink() and not followsymlinks ): continue if recursive: