diff -r b3f04b83fc84 -r 328c9a177c64 src/eric7/UI/BrowserModel.py --- a/src/eric7/UI/BrowserModel.py Mon Jul 15 16:38:58 2024 +0200 +++ b/src/eric7/UI/BrowserModel.py Mon Jul 15 16:40:23 2024 +0200 @@ -426,7 +426,7 @@ parentPath = os.path.dirname(path) if parentPath not in self.watchedDirItems: # just ignore the situation we don't have a reference to the item - return + return False for itm in self.watchedDirItems[parentPath]: for row in range(itm.childCount() - 1, -1, -1):