← Back to team overview

dolfin team mailing list archive

bug python code meshconvert.py line 863

 

It seems that there is a syntax error in the   meshconvert.py
file in the latest version of dolfin: line 863

params_spec = ([s.strip() for s in params_str.split(",")] if params_str
                    else [])


executing here is what the python returns:


Traceback (most recent call last):
  File "/usr/local/bin/dolfin-convert", line 26, in ?
    from dolfin import meshconvert
File "/usr/local/lib/python2.4/site-packages/dolfin/meshconvert.py", line 863
    params_spec = ([s.strip() for s in params_str.split(",")] if params_str
                                                               ^

--
Vuk Milisic
Chercheur CNRS
UMR 5224
Laboratoire Jean Kuntzman
Unversité Joseph Fourier
Grenoble
http://ljk.imag.fr/membres/Vuk.Milisic/


Follow ups