CI: fix launching and logging

This commit is contained in:
2026-06-15 16:42:18 +02:00
parent 4b98e4e32d
commit 9e119ea02b
2 changed files with 18 additions and 6 deletions
+1
View File
@@ -88,6 +88,7 @@ def generateFederalFeed():
results = sparql.query().convert()
logger.info("Query succesfully returned. Processing the feeds.")
logger.info(f"Lenght of the return: {len(results["results"]["bindings"])}\nShould be greater or equal than 550 if the query limit wasn't overriden.")
now = datetime.now(ZoneInfo("Europe/Zurich"))