tchange output message after writing paraview script - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 88bb91c4a1fcf1969fc9cd789c0fa2668108eb16
 (DIR) parent 93392669fc3fd1299b42e38d02ade0976a82f3a6
 (HTM) 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(-)
       ---
 (DIR) diff --git a/src/io.jl b/src/io.jl
       t@@ -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