removed bad comment

Former-commit-id: 4d5ec57144
This commit is contained in:
Joshua Chin 2015-07-17 14:54:09 -04:00
parent 4fa4060036
commit 6083219fe5

View File

@ -85,7 +85,6 @@ def wikipedia_deps(dirname_in, languages):
path_in = pathlib.Path(dirname_in)
for language in languages:
# Find the most recent file for this language
# Skip over files that do not exist
input_file = max(path_in.glob(
'{}wiki*.bz2'.format(language)
))