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 2c21c25 commit f4941ed
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.49"
version = "1.2.50"
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 @@ -16,3 +16,6 @@
2024-12-05 21:26:23.321 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 21:26:23.322 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 21:26:35.243 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
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
3 changes: 3 additions & 0 deletions logs/funbuild.log
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
2024-12-05 21:26:23.321 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 21:26:23.322 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 21:26:35.243 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
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
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.49"
version = "1.2.50"
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 @@ -95,7 +95,7 @@ def __request(self, method, uri, params=None, *args, **kwargs):
def __check_status_code(self, r, status_code):
if r.status_code != status_code:
logger.error(
f"request error,status code: {r.status_code}:{self.code_list.get(r.status_code)}: {r.json().get('message')}"
f"request error,status code: {r.status_code}:{self.code_list.get(r.status_code)}: {r.url}: {r.json().get('message')}"
)
return False
return True
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 f4941ed

Please sign in to comment.