Skip to content

Commit

Permalink
Update src/metakb/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Stevenson <[email protected]>
  • Loading branch information
korikuzma and jsstevenson authored Apr 3, 2024
1 parent 373c919 commit ba2d86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/metakb/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ def _retrieve_s3_cdms() -> str:
Expects to find files in a path like the following:
s3://vicc-metakb/cdm/20220201/civic_cdm_20220201.json.zip
:raise: ResourceLoadException if S3 initialization fails
:raise: FileNotFoundError if unable to find files matching expected
:raise ResourceLoadException: if S3 initialization fails
:raise FileNotFoundError: if unable to find files matching expected
pattern in VICC MetaKB bucket.
:return: date string from retrieved files to use when loading to DB.
"""
Expand Down

0 comments on commit ba2d86c

Please sign in to comment.