From 092479c52d8cda96f89daadecc4d3fde5279580a Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 2 Aug 2024 14:23:06 +0200 Subject: [PATCH] cleaned up comment --- dap/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap/worker.py b/dap/worker.py index 558a817..7c620f9 100644 --- a/dap/worker.py +++ b/dap/worker.py @@ -117,7 +117,7 @@ def work(backend_address, accumulator_host, accumulator_port, visualisation_host results["laser_on"] = event_laser and not event_darkshot -# Filter only ppicker events, if requested; skipping all other events + # if requested, filter on ppicker events by skipping other events select_only_ppicker_events = results.get("select_only_ppicker_events", False) if select_only_ppicker_events and not event_ppicker: continue