commit 88bb91c4a1fcf1969fc9cd789c0fa2668108eb16 parent 93392669fc3fd1299b42e38d02ade0976a82f3a6 Author: Anders Damsgaard <andersd@riseup.net> Date: Wed, 1 Nov 2017 09:53:29 -0400 change output message after writing paraview script Diffstat:
M | src/io.jl | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/io.jl b/src/io.jl @@ -903,7 +903,8 @@ FrameWindow=[0, $(simulation.file_number)]) end end if verbose - info("$(filename) written, execute with `pvpython $(filename)`") + info("$(filename) written, execute with " * + "`cd $folder && pvpython $(simulation.id).py`") end end