Skip to content

Commit

Permalink
Slight log clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
JackUrb committed Jul 27, 2023
1 parent 58fa755 commit 886ada9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mephisto/abstractions/providers/mturk/mturk_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def get_status(self) -> str:
agent = self.get_assigned_agent()
if agent is None:
if self.db_status in AssignmentState.completed():
logger.warning(f"Agent for unit {self} is None")
logger.warning(f"Agent for completed unit {self} is None")
return self.db_status
else:
# Note, we _may_ be able to query the overall HIT Type to see
Expand Down

0 comments on commit 886ada9

Please sign in to comment.