Skip to content

Bug25 corrected Now string are correctly evaluated

Yori Fournier requested to merge 25-BUG-string-default-value into master

in qOpenFileWidget I add a test before giving the default value (of an argument of a function) to the value of the text widget. The test check if the defualt value is a string and add some "" around the default value such that they will be evaluated as string and not as python command.

Closes #25

Merge request reports