dolfin_convert script does not work in 2018.1.0.dev0

Issue #981 open
Filip Gokstorp created an issue

Just requires two easy fixes to work again:

  1. change line 1 to python3 instead of python (this allows dolfin modules to be found)
  2. remove unused import of the missing dolfin_utils.commands module in on line 36

Thanks for the great work!

Comments (3)

  1. Log in to comment