percyfal / ratatosk

Apache License 2.0
17 stars 6 forks source link

opt_to_dict in wrapper script squashes list options #42

Closed percyfal closed 11 years ago

percyfal commented 11 years ago

Some options can be repeated (--sample s1 --sample s2). Transforming the argument list to a dictionary therefore squashes the list into one element.