DAQ: bug in spreadsheetparams where file_prefix wasnt propogated when no other spreadsheet params given
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user