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

Update the SaveILLCosmosAscii docs

Refs #20823
parent a9accffe
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ Usage ...@@ -40,7 +40,7 @@ Usage
# perform the algorithm # perform the algorithm
SaveILLCosmosAscii(InputWorkspace=ws1,Filename=savefile) SaveILLCosmosAscii(InputWorkspace=ws1,Filename=savefile)
print "File Exists:", os.path.exists(savefile) print("File Exists: {}".format(os.path.exists(savefile))
.. testcleanup:: ExILLCosmosSimple .. testcleanup:: ExILLCosmosSimple
......
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