|
[Rivet] rivet-cmphistos: '=' in the PLOT parameterDmitry Kalinkin dmitry.kalinkin at gmail.comThu Sep 29 06:49:03 BST 2016
> On 28 Sep 2016, at 12:35, David Grellscheid <david.grellscheid at durham.ac.uk> wrote: > > Hi Dmitry, > > thanks for spotting this. The fix is simpler: > > > key, val = [s.strip() for s in key_val.split("=",1)] > > will be sufficient, as it forces just one single split. Can you please try it and let me know if it works for you, then I'll put it into the next version. > > Thanks, > > David > > Hi David, This is such a nice fix. It works for me too. Thanks, Dmitry
More information about the Rivet mailing list |