X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fwx%2FListBooks.py;fp=m_librarian%2Fwx%2FListBooks.py;h=534d380eb26ca88defc7f1f86abb8d2044482f99;hb=4e322708bf5efdc6dce6cfa5afee26c47d914c5c;hp=fcf7eab52c9b7d3d112872a5dabab0f9a58105a0;hpb=8de27024bcd0eb7d8dbede490368a68261204955;p=m_librarian.git diff --git a/m_librarian/wx/ListBooks.py b/m_librarian/wx/ListBooks.py index fcf7eab..534d380 100644 --- a/m_librarian/wx/ListBooks.py +++ b/m_librarian/wx/ListBooks.py @@ -199,7 +199,7 @@ class ListBooksPanel(GridPanel): def report_error(self, error): wx.MessageBox( error, caption='m_Librarian download error', - style=wx.OK|wx.ICON_ERROR, parent=self.Parent) + style=wx.OK | wx.ICON_ERROR, parent=self.Parent) class ListBooksWindow(GridWindow):