Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change value to better reflect logged error
  • Loading branch information
Andrene committed Aug 7, 2022
commit 310cb1dba370d5371b31b35273e37e106f0f91ea
2 changes: 1 addition & 1 deletion sc2reader/engine/plugins/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def handleUnitDiedEvent(self, event, replay):
else:
self.logger.error(
"Unable to delete unit index {} at {} [{}], index not active.".format(
event.killer_pid, Length(seconds=event.second), event.frame
event.unit_id_index, Length(seconds=event.second), event.frame
)
)
else:
Expand Down