From 9a7228bb3c289445075717ec38e94a63876f927e Mon Sep 17 00:00:00 2001
From: Remco Tukker <remco.tukker@geant.org>
Date: Tue, 25 Apr 2023 14:23:16 +0200
Subject: [PATCH] remove TODO
---
compendium_v2/background_task/parse_excel_data.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compendium_v2/background_task/parse_excel_data.py b/compendium_v2/background_task/parse_excel_data.py
index c02cde43..d599f477 100644
--- a/compendium_v2/background_task/parse_excel_data.py
+++ b/compendium_v2/background_task/parse_excel_data.py
@@ -85,7 +85,7 @@ def fetch_funding_excel_data():
other_european_funding = hard_number_convert(other_european_funding, "other european funding", nren, year)
other = hard_number_convert(other, "other", nren, year)
- european_funding = geant_subsidy + other_european_funding # TODO check with Daniel
+ european_funding = geant_subsidy + other_european_funding
# process the data (e.g. save to database)
if nren is not None:
--
GitLab