logging truth error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user