~craftyguy/caerbannog-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Fix fstring

Details
Message ID
<20210301215328.17980-1-paper@tilde.institute>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
Details
Message ID
<C9ME9BZYZ5R4.2R8UO7U74AM06@thinkpad>
In-Reply-To
<20210301215328.17980-1-paper@tilde.institute> (view parent)
DKIM signature
missing
Download raw message
Thanks!
Reply to thread Export thread (mbox)