---
caerbannog/passlist.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/caerbannog/passlist.py b/caerbannog/passlist.py
index 560423d..12fe83d 100644
--- a/caerbannog/passlist.py
+++ b/caerbannog/passlist.py
@@ -80,7 +80,7 @@ class PassList(Gtk.ListBox):
if go_back and not self._tree_cur.is_root:
self._tree_cur = self._tree_cur.parent
if not self._tree_cur.children:
- Logger.info("No password files found in {self._tree_cur}! Check "
+ Logger.info(f"No password files found in {self._tree_cur}! Check "
"the path to the password-store in Preferences")
if self._no_files_row not in self._store:
self._store.append(self._no_files_row)
--
2.30.1