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
{{ message }}
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
This has been a problem for me on several instances - I try to set my own path on FileSelector but find I am not allowed to due to the path glob. For instance, I tried to use JSONInit to set the path to a file but then I get TraitError: Invalid selection even though I want to select my own file (i.e not in the glob list).
For this reason, I have had to resort to using a param.String for now...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This has been a problem for me on several instances - I try to set my own path on
FileSelector
but find I am not allowed to due to thepath
glob. For instance, I tried to use JSONInit to set the path to a file but then I getTraitError: Invalid selection
even though I want to select my own file (i.e not in the glob list).For this reason, I have had to resort to using a
param.String
for now...The text was updated successfully, but these errors were encountered: