Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 8, 2024
1 parent c6dacea commit f0b7df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odds/common/store/s3/s3_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async def getDB(self, resource: Resource, dataset: Dataset) -> str:
if not outfile.exists():
await bucket.download_file(key, str(outfile))
return str(outfile)
except Exception, e:
except Exception as e:
print('DB NOT FOUND', key, repr(e))
pass
return None
Expand Down

0 comments on commit f0b7df4

Please sign in to comment.