file_manager: fix linter errors

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-10-07 10:36:16 -04:00
parent b4dfa5a4dd
commit 6f6f535d6a
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 1 deletions

View File

@ -1888,7 +1888,7 @@ class InotifyObserver(BaseFileSystemObserver):
def log_nodes(self) -> None:
if self.server.is_verbose_enabled():
debug_msg = f"Inotify Watches After Scan:"
debug_msg = "Inotify Watches After Scan:"
for wdesc, node in self.watched_nodes.items():
wdir = node.get_path()
wroot = node.get_root()