Skip to content
Closed
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
Update engine.py
  • Loading branch information
cclauss authored Jul 19, 2018
commit df92593cd6edafca7dfb0a6fe487082b29da1ce6
1 change: 0 additions & 1 deletion sc2reader/engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def run(self, replay):
# which get processed after the current event finishes. The new_events
# batch is constructed in reverse order because extendleft reverses
# the order again with a series of appendlefts.
assert event.player, 'Event with no player: {}'.format(event)
new_events = collections.deque()
for event_handler in event_handlers:
try:
Expand Down