src/eric7/RemoteServerInterface/EricServerFileSystemInterface.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
1438 ) 1438 )
1439 logging.getLogger(__name__).debug( 1439 logging.getLogger(__name__).debug(
1440 f"Remote Cache Size: {len(_RemoteFsCache)} entries" 1440 f"Remote Cache Size: {len(_RemoteFsCache)} entries"
1441 ) 1441 )
1442 except OSError as err: 1442 except OSError as err:
1443 print("Error in 'populateFsCache()':", str(err)) # noqa: M801 1443 print("Error in 'populateFsCache()':", str(err)) # noqa: M-801
1444 1444
1445 def removeFromFsCache(self, directory): 1445 def removeFromFsCache(self, directory):
1446 """ 1446 """
1447 Public method to remove a given directory from the remote file system cache. 1447 Public method to remove a given directory from the remote file system cache.
1448 1448

eric ide

mercurial