knime-mpicbg / knime-scripting

knime-scripting includes scripting extensions for KNIME to integrate R, Matlab, Python and Groovy scripts. These extensions include a collection of nodes to develop and deploy templates in the respective languages.
https://github.com/knime-mpicbg/knime-scripting/wiki
Other
43 stars 25 forks source link

Filechooser RGG element in python snippets/plots supports only R-type vector #89

Open stoeter opened 7 years ago

stoeter commented 7 years ago

If multiselection is enabled in filechooser RGG element a vector is given back that is usable in R but not in python. See below: e.g. panellistbox element is ok!

RGG features = [] path = []

python code: features = ["split_0","split_1"] path = [c("C:/Users/stoeter/Private","C:/Users/stoeter/images")]