This repository was archived by the owner on Apr 25, 2021. It is now read-only.
This repository was archived by the owner on Apr 25, 2021. It is now read-only.
Expected integer at index: 0 #29
Open
Description
when interfacing with a draconic evolution flux gate the following code results in an error
import component
g = component.find_components('flux_gate')[0]
g.setSignalLowFlow(1000)
crashes. Also setting override enabled true works, but then if you attempt to setFlowOverride(1000) same crash
anything wheree I'd set to an integer seems to crash with "Expected integer at index: 0"
Am I doing something wrong here?