From d7a028a18c93e992cb0959775d161070bf45923c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 30 Oct 2012 14:11:29 +0100 Subject: [PATCH] fix obvious typo --- RevuesDePresse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevuesDePresse.py b/RevuesDePresse.py index d1d1005..06466dd 100644 --- a/RevuesDePresse.py +++ b/RevuesDePresse.py @@ -61,7 +61,7 @@ class RevuesDePresse(BaseContent): filenames.sort(cmp_filenames) all_links = [] for filename in filenames: - if not os.path.startswith('Review'): + if not filename.startswith('Review'): continue if not os.path.splitext(filename)[-1].lower() == '.pdf': continue