Garry Willgoose wrote:
> I want to input a python list as a command line argument as for example
>
> python weathering-sens.py -daughter ['p0-50-50','p0-0-0-100ā]
>
> but what I get from sys.argv is [p0-50-50,p0-0-0-100] without the string
> delimiters on the list elements. Iām probably missing
On 7 November 2015 at 02:56, Garry Willgoose
wrote:
> I want to input a python list as a command line argument as for example
>
> python weathering-sens.py -daughter ['p0-50-50','p0-0-0-100ā]
>
> but what I get from sys.argv is [p0-50-50,p0-0-0-100] without the string
> delimiters on the list ele