From 1cff562ef9ef2f5e8f565bbb40678d582a53494c Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 18 Feb 2020 15:02:09 +0100 Subject: [PATCH] Startup --- config/variables.properties | 4 ++-- script/test/TestMultiCycles.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/variables.properties b/config/variables.properties index 10c2c0b..b2cb9f4 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Tue Feb 18 14:47:34 CET 2020 -FileSequentialNumber=406 +#Tue Feb 18 14:57:03 CET 2020 +FileSequentialNumber=411 diff --git a/script/test/TestMultiCycles.py b/script/test/TestMultiCycles.py index 60685fd..6c54e45 100755 --- a/script/test/TestMultiCycles.py +++ b/script/test/TestMultiCycles.py @@ -11,7 +11,7 @@ def check_end_scan(record, scan): scan_result = scan.result elif (record.index>0) and (record.index % 10 == 0): #get_context().dataManager.splitScanData(scan) - set_exec_pars(split=True) + set_exec_pars(split=scan) xxx=None