DAQ: removed auto from automated data collection filename (user request)
This commit is contained in:
@@ -787,7 +787,7 @@ class AareDAQ:
|
||||
start = time.perf_counter()
|
||||
|
||||
formatted_date = datetime.now().strftime('%Y%m%d')
|
||||
sample_prefix = "{}/{}/{:02d}/{}_auto".format(
|
||||
sample_prefix = "{}/{}/{:02d}/{}".format(
|
||||
formatted_date,
|
||||
sample.puck_name,
|
||||
sample.pin,
|
||||
|
||||
Reference in New Issue
Block a user