fix obvious typo

This commit is contained in:
Frédéric Péters 2012-10-30 14:11:29 +01:00
parent 8dc393fa3f
commit d7a028a18c
1 changed files with 1 additions and 1 deletions

View File

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