From 77ffebfb8488780f3abc44409ff2629999a45d78 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 30 Oct 2018 17:35:47 +0100 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 45f9571..84cca58 100644 --- a/script/local.py +++ b/script/local.py @@ -89,9 +89,9 @@ def trigger_detectors(position, scan): def save_metadata(rec): + print "Acquired record ", rec.index if get_exec_pars().save: if rec.index == 0: - print "3" create_diag_datasets() append_diag_datasets()