Commit de21d465 authored by Romain Loth's avatar Romain Loth

comment unknown language warning: shows for every doc in csv, so a bit too much

parent f466d691
......@@ -68,8 +68,8 @@ def add_lang(hyperdata, observed_languages, skipped_languages):
lang_result['skipped'].append(hyperdata["language_name"])
else:
print("WARNING no language_* found in document [parsing.py] => "
+ ("(detecting)" if DETECT_LANG else "(using default)"))
# print("WARNING no language_* found in document [parsing.py] => "
# + ("(detecting)" if DETECT_LANG else "(using default)"))
if DETECT_LANG:
#no language have been indexed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment