From 7bf493eb73ced37f1566762f6307e1338085ce2e Mon Sep 17 00:00:00 2001 From: Brandon Hewer <brandon.hewer@stfc.ac.uk> Date: Thu, 5 Oct 2017 16:49:56 +0100 Subject: [PATCH] Update the SaveTBL docs Refs #20827 --- docs/source/algorithms/SaveTBL-v1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/algorithms/SaveTBL-v1.rst b/docs/source/algorithms/SaveTBL-v1.rst index 1bdff632f67..f17c7d9eb70 100644 --- a/docs/source/algorithms/SaveTBL-v1.rst +++ b/docs/source/algorithms/SaveTBL-v1.rst @@ -80,7 +80,7 @@ Usage # 13470,2.3,13463+13464,0.035,0.3,0.04,,0, # 13462,2.3,13463+13464,0.035,0.3,0.04,,1,ProcessingInstruction="1:2" # 13469,0.7,13463+13464,0.01,0.06,0.04,,1, - print "File Exists:", os.path.exists(savefile) + print("File Exists: {}".format(os.path.exists(savefile))) .. testcleanup:: ExTBLSimple -- GitLab