Browse Source

lint fix

pull/103/head
Oliverpool 9 years ago
parent
commit
d4eb28ba94
  1. 2
      patacrep/songs/chordpro/__init__.py

2
patacrep/songs/chordpro/__init__.py

@ -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)),

Loading…
Cancel
Save