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
Expect bool return type for get_parameter calls (#632)
In some places, the code was expecting a PARAMETER_NOT_SET value from get_parameter
when actually a bool is being returned.
The code just happened to work before since PARAMETER_NOT_SET has value 0, which is
equivalent to false.
Signed-off-by: Jacob Perron <[email protected]>
0 commit comments