From 0e25c82d0f2814b8b97a5cb875bd3c4f13d96623 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Sat, 23 Nov 2019 08:35:32 +0100 Subject: [PATCH] Fix typo --- scripts/ztplot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ztplot.py b/scripts/ztplot.py index 16c1240..9369703 100755 --- a/scripts/ztplot.py +++ b/scripts/ztplot.py @@ -198,8 +198,7 @@ class ZTPlot(kp.Module): "trigger_counter", "utc_timestamp" ], [ overlays, n_hits, n_triggered_hits, n_dus, plot_filename, - run_id, det_id, run_id, frame_index, trigger_counter, - utc_timestamp + run_id, det_id, frame_index, trigger_counter, utc_timestamp ]) shutil.copy(f, plot_filename) -- GitLab