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
Of course I can use just src/abap but I would expect that {src/abap} will work as well.
Also, in my opinion will be better if you use array for specifying more than one value, or use array always.
{
"input_folder": ["src/abap", "test/src"]
}
The text was updated successfully, but these errors were encountered:
The following single value is not supported
If I change
input_folder
to{src/abap,test/src}
it worksOf course I can use just
src/abap
but I would expect that{src/abap}
will work as well.Also, in my opinion will be better if you use array for specifying more than one value, or use array always.
The text was updated successfully, but these errors were encountered: