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 |