From 0bcd88864315b81999ab0770971099ce1936ba52 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Tue, 14 Jun 2011 10:48:08 +0200 Subject: [PATCH] fixed typo --- slapos/recipe/erp5testnode/testnode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slapos/recipe/erp5testnode/testnode.py b/slapos/recipe/erp5testnode/testnode.py index 1b39aa686..ee722d1b7 100644 --- a/slapos/recipe/erp5testnode/testnode.py +++ b/slapos/recipe/erp5testnode/testnode.py @@ -55,7 +55,7 @@ def safeRpcCall(function, *args): time.sleep(retry) retry += retry >> 1 -def getInputOutputFileList(config, command_name) +def getInputOutputFileList(config, command_name): stdout = open(os.path.join( config['instance_root'],'.%s_out' % command_name), 'w+') -- 2.30.9