Skip to content

Commit

Permalink
syntax error with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
remrama committed Jun 19, 2024
1 parent 3b084de commit dc72175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dreambank/fetchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
repository = pooch.create(
base_url="https://github.com/dxelab/dreambank/raw/{version}/data/",
path=pooch.os_cache("dreambank"),
version=f"v{installed_version("dreambank")}",
version=f"v{installed_version('dreambank')}",
version_dev="dev",
)
repository.load_registry(files("dreambank.data").joinpath("registry.txt"))
Expand Down

0 comments on commit dc72175

Please sign in to comment.