-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Using linux for poke env yields ConstantTeambuilder object has no attribute '_mons' #707
Comments
Hi @AlanOsys, |
team_1 = """
Sylveon (M) @ Leftovers
Cinderace (M) @ Life Orb
Toxtricity (M) @ Throat Spray
Seismitoad (M) @ Leftovers
Corviknight (M) @ Leftovers
team_2 = """
Galvantula @ Focus Sash
Cloyster @ Leftovers
Sandaconda @ Focus Sash
Excadrill @ Focus Sash
Cinccino @ Leftovers
|
It works if i dont use a custom team builder, but its something i would really want to use |
I wonder if this has to do with carriage return ( |
As the title says I get this error only on linux. I use the same code on Windows and it works fine, but I wish to use it on linux.
The issue seems to stem from poke_env/teambuilder/constant_teambuilder.py
specifically in return self._mons
The text was updated successfully, but these errors were encountered: