From 4b198be9771594a28824cc082e737fe15ab681ec Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 14 Mar 2021 22:31:22 +0100 Subject: fix: tons of type errors --- poezio/windows/bookmark_forms.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'poezio/windows/bookmark_forms.py') diff --git a/poezio/windows/bookmark_forms.py b/poezio/windows/bookmark_forms.py index f1e737fd..10851b3b 100644 --- a/poezio/windows/bookmark_forms.py +++ b/poezio/windows/bookmark_forms.py @@ -384,5 +384,8 @@ class BookmarksWin(Win): def save(self) -> None: for line in self.lines: - for item in line: - item.save() + line[0].save() + line[1].save() + line[2].save() + line[3].save() + line[4].save() -- cgit v1.2.3