Fixed a few code style issues. eric7

Fri, 18 Oct 2024 19:15:16 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 18 Oct 2024 19:15:16 +0200
branch
eric7
changeset 10986
39a97ad73ee5
parent 10985
91243eb0390d
child 10987
ee81b245ae2c

Fixed a few code style issues.

src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py file | annotate | diff | comparison | revisions
src/eric7/ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
--- a/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Fri Oct 18 19:14:59 2024 +0200
+++ b/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Fri Oct 18 19:15:16 2024 +0200
@@ -395,7 +395,7 @@
         # 2. write the data to the file and reset the permissions
         newline = None if params["newline"] == "<<none>>" else params["newline"]
         if newline is None:
-            mode = "wb" 
+            mode = "wb"
         else:
             mode = "w"
             data = data.decode("utf-8")
--- a/src/eric7/ViewManager/ViewManager.py	Fri Oct 18 19:14:59 2024 +0200
+++ b/src/eric7/ViewManager/ViewManager.py	Fri Oct 18 19:15:16 2024 +0200
@@ -131,7 +131,6 @@
         self.editorsCheckFocusIn = True
 
         self.recent = []
-        ##self.__loadRecent()
 
         self.bookmarked = []
         bs = Preferences.getSettings().value("Bookmarked/Sources")

eric ide

mercurial