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
The current implementation of the Box class has a potential issue related to the sides attribute. When setting a side (top, bottom, left, right) that has already been set, the sides attribute is incremented again, which is not desired behavior. This can lead to incorrect counts of the sides and incorrect increment of BOXES_DONE
The text was updated successfully, but these errors were encountered:
The current implementation of the Box class has a potential issue related to the sides attribute. When setting a side (top, bottom, left, right) that has already been set, the sides attribute is incremented again, which is not desired behavior. This can lead to incorrect counts of the sides and incorrect increment of BOXES_DONE
The text was updated successfully, but these errors were encountered: