Skip to content

Commit

Permalink
use run instead of read
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 19, 2023
1 parent ec4610a commit c7a2d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using Femwell.Maxwell.Electrostatic
using Femwell.Thermal

dir = @__DIR__
read(`python $dir/heater_3d_mesh.py`)
run(`python $dir/heater_3d_mesh.py`)


model = GmshDiscreteModel("mesh.msh")
Expand Down

0 comments on commit c7a2d1f

Please sign in to comment.