This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Get returns wrong type: Global[int](option_type=<OptionType.DEFAULT .... ) #827
Labels
bug
Something isn't working
Summary
The get returns
Global[int](option_type=<OptionType.DEFAULT .... )
in many places.The value should always be
Global[int](option_type=<OptionType.GLOBAL .... )
Logs and external information
Reproduction script
On what platform(s) does it occur?
Linux
Issue Severity
Medium: There is a workaround
The text was updated successfully, but these errors were encountered: