From abc3d37014054ce9f0e65033a17ba3ff903ce75f Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 26 Jun 2014 14:23:47 +0200 Subject: [PATCH] pylint --- songbook | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/songbook b/songbook index dacb77c0..53d707a1 100755 --- a/songbook +++ b/songbook @@ -118,7 +118,10 @@ def main(): if isinstance(songbook['datadir'], basestring): songbook['datadir'] = [songbook['datadir']] datadirs += [ - os.path.join(os.path.dirname(os.path.abspath(songbook_path)), path) + os.path.join( + os.path.dirname(os.path.abspath(songbook_path)), + path + ) for path in songbook['datadir'] ] if not datadirs: