Merge pull request #87 from felixhutuo/fix_bugs_from_ufal

Fix a suspected bug
This commit is contained in:
Dominik Macháček
2024-05-21 16:37:39 +02:00
committed by GitHub

View File

@@ -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