Skip to content

Commit

Permalink
chore: refactor to stop using the cache (#95)
Browse files Browse the repository at this point in the history
Not using any cache anymore
Always get the data on the fly
  • Loading branch information
renaudjester authored and uriii3 committed Jul 31, 2024
1 parent 27ca798 commit 55f580d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ copernicusmarine get --dataset-id cmems_obs-ins_blk_phybgcwav_mynrt_na_irr --ind

Returns:

```txt
```text
INFO - 2024-04-03T12:58:40Z - Dataset version was not specified, the latest one was selected: "202311"
INFO - 2024-04-03T12:58:40Z - Dataset part was not specified, the first one was selected: "history"
INFO - 2024-04-03T12:58:40Z - You forced selection of service: original-files
Expand Down
6 changes: 2 additions & 4 deletions copernicusmarine/core_functions/credentials_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@
# TODO: handle cache of the credentials without cachier


class CredentialCannotBeNone(Exception):
...
class CredentialCannotBeNone(Exception): ...


class InvalidUsernameOrPassword(Exception):
...
class InvalidUsernameOrPassword(Exception): ...


def _load_credential_from_copernicus_marine_configuration_file(
Expand Down

0 comments on commit 55f580d

Please sign in to comment.