mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
pep8
This commit is contained in:
parent
ee47bf27f7
commit
eca6da34cd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user