-
Type:
Bug
-
Status: To Do
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Taverna Command-line Tool
-
Labels:None
It looks as though a dot in a quoted string causes problems when used as an input on the commandline.
It is most likely a bug caused by shell escaping although at present I have completely failed to assure myself that what I want to pass in is actually getting in correctly.
The input string ". " INCLUDING THE QUOTES is what we want to be able to set as the input.
'". "' isn't right
\". \" isn't right
\\\". \\\" fails
\\\".\ \\\" isn't right