Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
farfun committed Dec 5, 2024
1 parent 3d95c68 commit 97c143d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extbuild/fundrive-lanzou/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fundrive-lanzou"
version = "1.2.45"
version = "1.2.46"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
3 changes: 3 additions & 0 deletions logs/all.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
2024-12-05 20:57:01.791 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 20:57:01.793 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 20:57:15.446 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-05 20:59:36.386 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 20:59:36.387 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 20:59:46.128 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
3 changes: 3 additions & 0 deletions logs/funbuild.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
2024-12-05 20:57:01.791 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 20:57:01.793 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 20:57:15.446 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-05 20:59:36.386 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 20:59:36.387 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 20:59:46.128 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fundrive"
version = "1.2.45"
version = "1.2.46"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/fundrive/drives/zenodo/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def deposition_files_list(self, record_id):
@cache
def __get_bucket_url_by_record_id(self, record_id, *args, **kwargs):
retrieve = self.representation_retrieve(record_id=record_id)
return retrieve["link"]["bucket"]
return retrieve["links"]["bucket"]

def deposition_files_upload(
self, record_id, filepath, filename=None
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97c143d

Please sign in to comment.