DAQ: bug in spreadsheetparams where file_prefix wasnt propogated when no other spreadsheet params given

This commit is contained in:
2025-11-20 09:19:47 +01:00
parent ff8741b68e
commit 264d939ea3
+1 -1
View File
@@ -108,7 +108,7 @@ class AareDAQ:
and getattr(aaredb_params, 'totalrange', None) is None
and getattr(aaredb_params, 'targetresolution', None) is None
):
return None
return None, file_prefix
params = SimpleScanParameters()