From cb89bd5708bad39dbd42f69015a8673642a6d728 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Thu, 2 Jul 2015 12:17:19 +0100 Subject: [PATCH] Fixing typo in config_example.py --- wlauto/config_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/config_example.py b/wlauto/config_example.py index f33980c3..82eb31f9 100644 --- a/wlauto/config_example.py +++ b/wlauto/config_example.py @@ -52,7 +52,7 @@ execution_order = 'by_iteration' retry_on_status = ['FAILED', 'PARTIAL'] # How many times a job will be re-run before giving up -max_retires = 3 +max_retries = 3 #################################################################################################### ######################################### Device Settings ##########################################