Skip to content

Commit

Permalink
Merge pull request #249 from hotosm/hotfix/upgrade-hdx
Browse files Browse the repository at this point in the history
Hotfix : Bug on HDX datasets upload
  • Loading branch information
kshitijrajsharma authored Apr 26, 2024
2 parents 2878483 + e507d1c commit b2f2a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ flower==2.0.1
duckdb==0.9.2

##hdx
hdx-python-api==6.2.6
hdx-python-api==6.2.8

## only needed if postgres is used as celery backend
SQLAlchemy==2.0.25
Expand Down
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ def process_export_format(export_format):
resource["format"] = export_format.suffix
resource["description"] = export_format.driver_name
resource["size"] = os.path.getsize(zip_path)
resource["last_modified"] = datetime.now().isoformat()
# resource["last_modified"] = datetime.now().isoformat()
logging.info(
"Done %s:%s in %s",
category_name.lower(),
Expand Down

0 comments on commit b2f2a1b

Please sign in to comment.