Commit ec4b1c65 authored by erenup's avatar erenup
Browse files

logging truth error

parent df52abe3
...@@ -248,7 +248,8 @@ class ArcProcessor(DataProcessor): ...@@ -248,7 +248,8 @@ class ArcProcessor(DataProcessor):
elif truth in "1234": elif truth in "1234":
return int(truth) - 1 return int(truth) - 1
else: else:
logger.info("truth ERROR!") logger.info("truth ERROR! %s", str(truth))
return None
examples = [] examples = []
three_choice = 0 three_choice = 0
......
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