Skip to content

Commit

Permalink
typo in f string
Browse files Browse the repository at this point in the history
  • Loading branch information
sclaw committed Nov 8, 2024
1 parent e65d6fa commit 5e2b075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ras_stac/ras1d/update_stac_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def update_stac_item(stac, collection, client):
if candidate_hash_set == api_hash_set:
searching = False
client.update_item(collection.id, stac["id"], stac)
logging.info(f"updated STAC item {stac["id"]} in collection {collection.id}")
logging.info(f"updated STAC item {stac['id']} in collection {collection.id}")
continue

ind += 1
Expand Down

0 comments on commit 5e2b075

Please sign in to comment.