v0.12.6 #10
+1
-1
@@ -894,7 +894,7 @@ def device_event_blastware_file(
|
||||
rectime = float(info.compliance_config.record_time or 1.0)
|
||||
except (AttributeError, TypeError, ValueError):
|
||||
pass
|
||||
extra_chunks = max(1, round(rectime * 2))
|
||||
extra_chunks = max(1, int(rectime))
|
||||
log.info("blastware_file: rectime=%.1fs → extra_chunks=%d", rectime, extra_chunks)
|
||||
events = client.get_events(
|
||||
full_waveform=False,
|
||||
|
||||
Reference in New Issue
Block a user