src/eric7/ViewManager/ViewManager.py

branch
eric7
changeset 10394
056d1b2cd3c4
parent 10389
b432544fe075
child 10436
f6881d10e995
--- a/src/eric7/ViewManager/ViewManager.py	Thu Dec 07 10:32:10 2023 +0100
+++ b/src/eric7/ViewManager/ViewManager.py	Thu Dec 07 10:40:05 2023 +0100
@@ -7873,10 +7873,9 @@
         @param filePath path of the file to be removed
         @type str
         """
-        if (
-            self.getOpenEditorCount(filePath) == 0
-            and FileSystemUtilities.isPlainFileName(filePath)
-        ):
+        if self.getOpenEditorCount(
+            filePath
+        ) == 0 and FileSystemUtilities.isPlainFileName(filePath):
             self.__watcher.removePath(filePath)
 
     ##################################################################

eric ide

mercurial