Skip to content

Commit

Permalink
Merge branch 'develop' of dev-git.labs.gmv.com:gmv-bda/upm/inesdata-m…
Browse files Browse the repository at this point in the history
…ov/data-generation into develop
  • Loading branch information
Javier Fontecha Guadaño committed Mar 14, 2024
2 parents f57871e + 131611f commit 51fc0c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ coverage.xml

# Django stuff:
*.log
/logs

# Sphinx documentation
docs/_build/
Expand Down
4 changes: 2 additions & 2 deletions inesdata_mov_datasets/sources/extract/informo.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def save_informo(config: Settings, data: json):
informo_dict_upload,
)
else:
logger.debug("Already called AEMET today")
logger.debug("Already called INFORMO in the past 5 minutes")

if config.storage.default == "local":
object_name = f"informo_{formated_date}.json"
Expand All @@ -105,4 +105,4 @@ async def save_informo(config: Settings, data: json):
with open(path_save_informo / object_name, "w") as file:
file.write(response_json_str)
else:
logger.debug("Already called AEMET today")
logger.debug("Already called INFORMO in the past 5 minutes")

0 comments on commit 51fc0c0

Please sign in to comment.