mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 21:54:52 +01:00
pep8
This commit is contained in:
parent
ee47bf27f7
commit
eca6da34cd
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ def cell_changed(self, row, col):
|
||||||
c = self.table.item(row, 1)
|
c = self.table.item(row, 1)
|
||||||
txt = author_to_author_sort(aut)
|
txt = author_to_author_sort(aut)
|
||||||
self.authors[id_]['sort'] = txt
|
self.authors[id_]['sort'] = txt
|
||||||
c.setText(txt) # This triggers another cellChanged event
|
c.setText(txt) # This triggers another cellChanged event
|
||||||
item = c
|
item = c
|
||||||
else:
|
else:
|
||||||
item = self.table.item(row, col)
|
item = self.table.item(row, col)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue