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 f4941ed commit 3e4668e
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.50"
version = "1.2.51"
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 @@ -19,3 +19,6 @@
2024-12-05 21:29:20.501 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 21:29:20.502 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 21:29:32.361 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-05 21:31:03.835 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 21:31:03.835 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 21:31:14.255 |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 @@ -19,3 +19,6 @@
2024-12-05 21:29:20.501 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 21:29:20.502 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 21:29:32.361 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-05 21:31:03.835 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 21:31:03.835 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 21:31:14.255 |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.50"
version = "1.2.51"
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 @@ -343,4 +343,4 @@ def records_list(
def records_retrieve(self, record_id):
uri = f"api/records/{record_id}"
r = self.__request("get", uri=uri, params={})
return self.__check_status_code(r, 201), r.json()
return self.__check_status_code(r, 200), r.json()
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 3e4668e

Please sign in to comment.