Skip to content
Snippets Groups Projects
Commit 2b4f4058 authored by Brandon Hewer's avatar Brandon Hewer
Browse files

Update the SaveMDWorkspaceToVTK docs

Refs #20825
parent f7d1af3c
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ Usage ...@@ -37,7 +37,7 @@ Usage
savefile = os.path.join(config["defaultsave.directory"], "mdhws.vts") savefile = os.path.join(config["defaultsave.directory"], "mdhws.vts")
SaveMDWorkspaceToVTK(InputWorkspace = ws, Filename = savefile) SaveMDWorkspaceToVTK(InputWorkspace = ws, Filename = savefile)
print "File created:", os.path.exists(savefile) print("File created: {}".format(os.path.exists(savefile)))
.. testoutput:: SaveMDWorkspaceToVTK .. testoutput:: SaveMDWorkspaceToVTK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment