Fix Update XML Dati#90
Merged
Merged
Conversation
aggiunto skip dell'iterazione se il file xml e' quello per la granularita' a 15 minuti
Contributor
Author
|
L'errore di validation di Ruff e' causato dal file pyproject.toml che contiene una rule deprecata
Va' commentata o rimossa in quanto non piu' presente in Ruff. :) |
This was referenced Oct 1, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ciao,
Ho notato stamattina il problema con il recupero dei dati dal GME, controllando un attimo l'output dell'XML ho notato che hanno aggiunto un file contenente i prezzi a 15 minuti, il file contiene la root "Prezzi15" per le entry dei prezzi, e sembra essere il primo ad essere elaborato, passando quindi alla funzione di estrazione delle fasce un dato nullo.
Controllando la presenza della root "Prezzi15" possiamo skippare all'iterazione successiva (file successivo) nel for loop che estrae i dati dall'XML, risolvendo cosi' il problema.