Make the jieba_deps comment make sense

Former-commit-id: 7c12f2aca1
This commit is contained in:
Robyn Speer 2015-09-22 17:19:00 -04:00
parent b4628abb38
commit e6e29a1c03

View File

@ -215,7 +215,8 @@ def opensubtitles_deps(dirname_in, languages):
def jieba_deps(dirname_in, languages):
lines = []
# Either subtlex_zh is turned off, or it's just in Chinese
# Because there's Chinese-specific handling here, the valid options for
# 'languages' are [] and ['zh']. Make sure it's one of those.
if not languages:
return lines
assert languages == ['zh']