From 848a9c99440b61fbb464e312a1144f47eda35b71 Mon Sep 17 00:00:00 2001 From: Christophe-Marie Duquesne Date: Thu, 18 Jul 2013 17:26:17 +0200 Subject: [PATCH] pep8 --- sigal/gallery.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sigal/gallery.py b/sigal/gallery.py index af99c43..4e7f429 100644 --- a/sigal/gallery.py +++ b/sigal/gallery.py @@ -98,8 +98,8 @@ class PathsDb(object): self.db['paths_list'].append(relpath) self.db[relpath] = { - 'medias': [ f for f in filenames if os.path.splitext(f)[1] - in (self.img_ext_list + self.vid_ext_list) ], + 'medias': [f for f in filenames if os.path.splitext(f)[1] + in (self.img_ext_list + self.vid_ext_list)], 'subdir': dirnames } self.db[relpath].update(get_metadata(path))