Skip to content

Commit

Permalink
Clarify null answer log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-jvessella committed May 28, 2024
1 parent 0778586 commit 7853887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamebrain/gamedata/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ async def _handle_first_year_tasks(
if question.answer is not None:
logging.error(
"Question "
f"{task_id} in PC4 game had a null answer: "
f"{task_id} in PC4 game had a bad answer type: "
f"{question.answer}."
)
except ValueError:
Expand Down

0 comments on commit 7853887

Please sign in to comment.