-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tournament #12
base: master
Are you sure you want to change the base?
Tournament #12
Conversation
This reverts commit 69c526b.
Should help when it is being pushed to in the middle of the build by someone else.
return newp, darbyopts | ||
|
||
def getWinnerOfBattle(bot1, bot2): | ||
global battletemplate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
battletemplate is not initialized is seems
Ready to merge? |
When did that happen. There are no conflicts with base any more? |
@enzanki-ars Probably because the commits now rewrite everything in the whole repository. |
And now it can't. Weird. |
Merge #16 First |
Tournament merge
Good to go. Previous failure seemed to have been caused by a temporary race condition. Shouldn't happen again, but if it does, we can address it then. |
No description provided.