You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is an error generated from this bug?
No
For hands with a side pot there are 2 <player_wins_obj> inside of a singe <pot_obj>.
To Reproduce
Steps to reproduce the behavior:
Convert any hand that has a side pot
Expected Behavior
For hands with a side pot and additional <pot_obj> should be appended to the array. The side pot should have an identifier of "id": 1 while the main pot object will have an identifier of "id": 0.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop
OS:Windows 10
Version:10.0.19043
Language:Python
Version:3.2.10
File:main.py
Version:1.0.3
Additional Context
Hands with side pots for testing.
1631410718583
1648347708009
The text was updated successfully, but these errors were encountered:
Description
Is an error generated from this bug?
No
For hands with a side pot there are 2
<player_wins_obj>
inside of a singe<pot_obj>
.To Reproduce
Steps to reproduce the behavior:
Expected Behavior
For hands with a side pot and additional
<pot_obj>
should be appended to the array. The side pot should have an identifier of "id": 1 while the main pot object will have an identifier of "id": 0.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop
Additional Context
The text was updated successfully, but these errors were encountered: