From 89fffed5d1c11434dd423b9c705df8170d12b24d Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Thu, 28 Apr 2022 15:04:18 +0200 Subject: [PATCH] Add 2022 data folder --- pyzebra/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyzebra/utils.py b/pyzebra/utils.py index ba8c0b9..0deb425 100644 --- a/pyzebra/utils.py +++ b/pyzebra/utils.py @@ -1,7 +1,7 @@ import os ZEBRA_PROPOSALS_PATHS = [ - f"/afs/psi.ch/project/sinqdata/{year}/zebra/" for year in (2016, 2017, 2018, 2020, 2021) + f"/afs/psi.ch/project/sinqdata/{year}/zebra/" for year in (2016, 2017, 2018, 2020, 2021, 2022) ] def find_proposal_path(proposal):