9824: pylint error: text variable does not exist for debug
was pull request #284
This commit is contained in:
parent
6c993242f2
commit
1a3f08203c
@ -678,7 +678,7 @@ class StyledTextEditor(Gtk.TextView):
|
||||
self.textbuffer.apply_style(style, value)
|
||||
except ValueError:
|
||||
_LOG.debug("unable to convert '%s' to '%s'" %
|
||||
(text, StyledTextTagType.STYLE_TYPE[style]))
|
||||
(value, StyledTextTagType.STYLE_TYPE[style]))
|
||||
|
||||
def _format_clear_cb(self, action):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user