|
@ -28,7 +28,7 @@ class ChordproSong(Song): |
|
|
'song': song, |
|
|
'song': song, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
def render(self, output, output_format, template="song"): |
|
|
def render(self, output, output_format, template="song"): # pylint: disable=arguments-differ |
|
|
context = { |
|
|
context = { |
|
|
'language': self.languages[0], |
|
|
'language': self.languages[0], |
|
|
"path": files.relpath(self.fullpath, os.path.dirname(output)), |
|
|
"path": files.relpath(self.fullpath, os.path.dirname(output)), |
|
|