mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
pep8
This commit is contained in:
parent
2b8ed93987
commit
8f38ba50e1
@ -432,7 +432,7 @@ class TemplateDialog(QDialog, Ui_TemplateDialog):
|
|||||||
self.template_value.setText(
|
self.template_value.setText(
|
||||||
SafeFormat().safe_format(cur_text, self.mi, _('EXCEPTION: '),
|
SafeFormat().safe_format(cur_text, self.mi, _('EXCEPTION: '),
|
||||||
self.mi, global_vars=self.global_vars,
|
self.mi, global_vars=self.global_vars,
|
||||||
template_functions= self.all_functions))
|
template_functions=self.all_functions))
|
||||||
|
|
||||||
def text_cursor_changed(self):
|
def text_cursor_changed(self):
|
||||||
cursor = self.textbox.textCursor()
|
cursor = self.textbox.textCursor()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user