src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
--- a/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Mon Feb 24 15:43:49 2025 +0100
@@ -82,7 +82,7 @@
     ## File system related methods below
     ############################################################################
 
-    def __getPathSeparator(self, params):  # noqa: U100
+    def __getPathSeparator(self, params):  # noqa: U-100
         """
         Private method to report the path separator.
 
@@ -111,7 +111,7 @@
                 "error": str(err),
             }
 
-    def __getcwd(self, params):  # noqa: U100
+    def __getcwd(self, params):  # noqa: U-100
         """
         Private method to report the current working directory.
 

eric ide

mercurial