From 393fbec70460cc86fc739964f5cd95083f539a3f Mon Sep 17 00:00:00 2001 From: Sebastian Achim Mueller Date: Mon, 1 Jul 2024 17:29:34 +0200 Subject: [PATCH] fix --- plenoirf/reduction/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plenoirf/reduction/__init__.py b/plenoirf/reduction/__init__.py index 570a5d7..d6db501 100644 --- a/plenoirf/reduction/__init__.py +++ b/plenoirf/reduction/__init__.py @@ -62,8 +62,8 @@ def make_jobs(plenoirf_dir, config=None, lazy=False): plenoirf_dir, "response", instrument_key, - "site_key", - "particle_key", + site_key, + particle_key, item_key, ) if os.path.exists(job_out_path):