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
Next Next commit
this print does not help anybody, but the original author ...
  • Loading branch information
Dominik Neise committed Jun 26, 2019
commit 0f3726f537ecedf952ef8fc5d7f846c76abc8115
1 change: 0 additions & 1 deletion test_replays/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ def handleInitGame(self, event, replay):
yield TestGameEngine.TestEvent("c")

def handleTestEvent(self, event, replay):
print("morestuff")
if event.value == "d":
yield sc2reader.engine.PluginExit(self, code=1, details=dict(msg="Fail!"))
else:
Expand Down