src/eric7/WebBrowser/Session/SessionManager.py

branch
eric7
changeset 9786
f94b530722af
parent 9653
e67609152c5e
child 10436
f6881d10e995
--- a/src/eric7/WebBrowser/Session/SessionManager.py	Tue Feb 21 10:56:54 2023 +0100
+++ b/src/eric7/WebBrowser/Session/SessionManager.py	Wed Feb 22 07:43:56 2023 +0100
@@ -273,7 +273,6 @@
         Private method to backup the most recently saved session.
         """
         if os.path.exists(self.__lastActiveSession):
-
             if os.path.exists(self.__sessionBackup1):
                 if os.path.exists(self.__sessionBackup2):
                     os.remove(self.__sessionBackup2)

eric ide

mercurial