Last active
November 6, 2016 23:31
-
-
Save truell20/846b47c0d0945232413427aacd1f0655 to your computer and use it in GitHub Desktop.
Example error log for the Halite competition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Init --- | |
PythonBot | |
--- Bot used 40 milliseconds --- | |
----------------------------------------------------------------------------- | |
--- Frame #1 --- | |
Traceback (most recent call last): | |
--- Bot used 0 milliseconds --- | |
ERRORED! | |
Response received (if any): | |
Traceback (most recent call last): | |
--- Bot was killed. Below is the rest of its output (if any): --- | |
File "MyBot.py", line 7, in <module> | |
asdfk | |
NameError: name 'asdfk' is not defined | |
--- End bot output --- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment