## Environment - Grid2op version: `1.12.3` ## Bug description The latest grid2op version (1.12.3) changed the default flag from False to True in [grid2op](https://github.com/Grid2op/grid2op/tree/master)/[grid2op](https://github.com/Grid2op/grid2op/tree/master/grid2op)/[Backend](https://github.com/Grid2op/grid2op/tree/master/grid2op/Backend/backend.py) L 203 ``` self._prevent_automatic_disconnection: bool = True # Was false with 1.12.2 ```
Environment
1.12.3Bug description
The latest grid2op version (1.12.3) changed the default flag from False to True in
grid2op/grid2op/Backend
L 203