9824: pylint error: text variable does not exist for debug

was pull request #284
This commit is contained in:
romjerome 2016-12-21 11:54:27 +01:00
parent 6c993242f2
commit 1a3f08203c

View File

@ -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):
"""