Browse Source

pylint

pull/51/head
Louis 10 years ago
parent
commit
23418d7ceb
  1. 2
      patacrep/songs.py

2
patacrep/songs.py

@ -156,7 +156,7 @@ class Song(object):
pickle.dump(
cached,
open(cached_name(self.datadir, self.subpath), 'wb'),
protocol = -1
protocol=-1
)
def __repr__(self):

Loading…
Cancel
Save