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
@robertson-mark is attempting to set a default value to a single item in a type that's meant to be a list of strings. This should be possible but he keeps finding that the default value is being assigned but being left a non-list.
…r defaults)
Updated the documentation on what a config entry receives for an argument
Expanded test for checking strings to include lists similar to the issue in #33
Description
@robertson-mark is attempting to set a default value to a single item in a type that's meant to be a list of strings. This should be possible but he keeps finding that the default value is being assigned but being left a non-list.
mcfg entry -
points_values_property: default= [swe_z],
type= string list,
description = stuff
The text was updated successfully, but these errors were encountered: