Browse Source

Return super() value

This should not change anything, since super() value seems to be None.
pull/58/head
Louis 10 years ago
parent
commit
123e2e0e86
  1. 2
      patacrep/plastex_chord.py

2
patacrep/plastex_chord.py

@ -49,7 +49,7 @@ def wrap_displaymath(cls):
else:
self.ownerDocument.context.pop()
IN_VERSE -= 1
super(WrappedClass, self).invoke(tex)
return super(WrappedClass, self).invoke(tex)
return WrappedClass
# pylint: disable=too-many-public-methods

Loading…
Cancel
Save