From 9bef5b3aec4b7db8cb979fa364068c450aa30a3b Mon Sep 17 00:00:00 2001 From: Dainius Date: Wed, 29 May 2024 09:26:32 +0300 Subject: [PATCH] fix broke2 --- GUI/back-end/data_collection/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/back-end/data_collection/constants.py b/GUI/back-end/data_collection/constants.py index ce66cdd..0e3c5cc 100644 --- a/GUI/back-end/data_collection/constants.py +++ b/GUI/back-end/data_collection/constants.py @@ -232,7 +232,7 @@ }, "lovd": { "url": LOVD_FILE_URL_EYS, - "store_as": "../data/lovd/lovd_data.txt", + "store_as": LOVD_PATH + "/lovd_data.txt", "function": "download_lovd_database_for_eys_gene" } }