Skip to content

Commit

Permalink
pipeline fix, hopefully - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 19, 2024
1 parent 2eeeedb commit 8e4fb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.60.1"
VERSION = "4.61.1"

REPO_NAME = "blue-geo"

Expand Down
2 changes: 1 addition & 1 deletion blue_geo/firms/api/area/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def ingest(self, object_name: str) -> Tuple[
)
)

csv_filename = objects.path_of(f"firms.csv", object_name, create=True)
csv_filename = objects.path_of("firms.csv", object_name, create=True)
if not file.download(
self.url(),
csv_filename,
Expand Down

0 comments on commit 8e4fb11

Please sign in to comment.