Open orionlee opened 1 year ago
Currently, fix update_max_sector() updates an incorrect maxsector.py. It updates maxsector.py in the current directory, not the one in eleanor.__path__
fix update_max_sector()
maxsector.py
eleanor.__path__
The PR fixed the logic, making the logic consistent with the similar one at try_next_sector().
try_next_sector()
Currently,
fix update_max_sector()
updates an incorrectmaxsector.py
. It updatesmaxsector.py
in the current directory, not the one ineleanor.__path__
The PR fixed the logic, making the logic consistent with the similar one at
try_next_sector()
.