saving to file bug fixed

This commit is contained in:
John Henry Beale
2026-06-12 07:50:51 +02:00
parent 1406dd6f9b
commit 1a22e8300a
+4 -1
View File
@@ -644,7 +644,10 @@ verbose bits:
AppCfg.GEO_FND_FID,AppCfg.GEO_AUTOFOC,
AppCfg.DAQ_UC, AppCfg.DAQ_SAMPLE, AppCfg.DATA_PROC,
AppCfg.DAQ_DET,AppCfg.DAQ_LOC,AppCfg.DAQ_RUN):
d={x.name(): x.value() for x in parent.children() if x.type()!='action'}
d = {}
for x in parent.children():
if x.hasValue():
d[x.name()] = x.value()
cfg.setValue(par_nm, d)
if par_nm in (AppCfg.GBL_MISC):
try: