mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
[skip ci] str(filename)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
9867a4340a
commit
7e074fe354
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ class RegularMesh(StructuredMesh):
|
|||
|
||||
# write the .vtk file
|
||||
writer = vtk.vtkStructuredGridWriter()
|
||||
writer.SetFileName(filename)
|
||||
writer.SetFileName(str(filename))
|
||||
writer.SetInputData(vtk_grid)
|
||||
writer.Write()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue