From eca6da34cd9be6ec85352482e05ec70a8ea2f95f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Jun 2020 07:50:39 +0530 Subject: [PATCH] pep8 --- src/calibre/gui2/dialogs/edit_authors_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/dialogs/edit_authors_dialog.py b/src/calibre/gui2/dialogs/edit_authors_dialog.py index f7f2efa9f7..33102201f4 100644 --- a/src/calibre/gui2/dialogs/edit_authors_dialog.py +++ b/src/calibre/gui2/dialogs/edit_authors_dialog.py @@ -487,7 +487,7 @@ class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog): c = self.table.item(row, 1) txt = author_to_author_sort(aut) self.authors[id_]['sort'] = txt - c.setText(txt) # This triggers another cellChanged event + c.setText(txt) # This triggers another cellChanged event item = c else: item = self.table.item(row, col)