mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [term Tracker] TimeoutException
This commit is contained in:
parent
04bd78934d
commit
3bf4254308
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ if __name__ == "__main__":
|
|||
try:
|
||||
dict_words_freq = Term.get_text_word_frequency(item_content)
|
||||
except TimeoutException:
|
||||
print ("{0} processing timeout".format(paste.p_rel_path))
|
||||
print ("{0} processing timeout".format(item_id))
|
||||
continue
|
||||
else:
|
||||
signal.alarm(0)
|
||||
|
|
Loading…
Reference in a new issue