From b7846e589633116668548d28d3917acadfa5021a Mon Sep 17 00:00:00 2001 From: FDonati Date: Fri, 16 Apr 2021 12:52:04 +0200 Subject: [PATCH] reinserted a delete variable --- pycirk/pycirk_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycirk/pycirk_settings.py b/pycirk/pycirk_settings.py index 4df7436..13992ff 100644 --- a/pycirk/pycirk_settings.py +++ b/pycirk/pycirk_settings.py @@ -221,7 +221,7 @@ def check_dataset_location(self): "or ask for a copy through " + "f.donati@cml.leidenuniv.nl " + "and add it to " + - ospt.join(ospt.dirname(__file__) + "/data/")) + ospt.join(ospt.dirname(__file__))+"/data/") elif os.path.exists(io) is True: data = io