mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 09:42:33 -04:00
pep8
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user