Script execution
This commit is contained in:
@@ -210,7 +210,7 @@ def append_diag_datasets(parent = None):
|
||||
|
||||
SAVE_DIAGS = True
|
||||
def after_readout(rec):
|
||||
if SAVE_DIAGS:
|
||||
if SAVE_DIAGS and get_context().persist:
|
||||
if rec.index == 0:
|
||||
create_diag_datasets()
|
||||
append_diag_datasets()
|
||||
|
||||
Reference in New Issue
Block a user