src/eric7/RemoteServerInterface/EricServerFileSystemInterface.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
--- a/src/eric7/RemoteServerInterface/EricServerFileSystemInterface.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/RemoteServerInterface/EricServerFileSystemInterface.py	Mon Feb 24 15:43:49 2025 +0100
@@ -1440,7 +1440,7 @@
                 f"Remote Cache Size: {len(_RemoteFsCache)} entries"
             )
         except OSError as err:
-            print("Error in 'populateFsCache()':", str(err))  # noqa: M801
+            print("Error in 'populateFsCache()':", str(err))  # noqa: M-801
 
     def removeFromFsCache(self, directory):
         """

eric ide

mercurial