Skip to content

Commit

Permalink
if mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed Jul 9, 2024
1 parent 31c0b1c commit dd7ae10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openqdc/utils/download_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_default_endpoint(self, endpoint: str) -> AbstractFileSystem:
secret="d5b32f241ad8ee8d0a3173cd51b4f36d6869f168b21acef75f244a81dc10e1fb",
endpoint_url=self.endpoint_url,
)
if os.environ.get("OPENQDC_DOWNLOAD_API") is not None
if os.environ.get("OPENQDC_DOWNLOAD_API") is None
else fsspec.filesystem("https")
)
# return fsspec.filesystem("https")
Expand Down

0 comments on commit dd7ae10

Please sign in to comment.