Merge pull request #87 from felixhutuo/fix_bugs_from_ufal
Fix a suspected bug
This commit is contained in:
commit
333eea4b76
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ if __name__ == "__main__":
|
|||
try:
|
||||
o = online.process_iter()
|
||||
except AssertionError as e:
|
||||
log.error(f"assertion error: {repr(e)}")
|
||||
logger.error(f"assertion error: {repr(e)}")
|
||||
else:
|
||||
output_transcript(o)
|
||||
now = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue