Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
farfun committed Dec 3, 2024
1 parent 0abefa5 commit dc2c3b6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 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.40"
version = "1.2.41"
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
@@ -1,3 +1,6 @@
2024-12-03 15:23:04.081 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-03 15:23:04.086 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-03 15:23:16.709 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-03 15:24:57.165 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-03 15:24:57.166 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-03 15:25:08.056 |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
@@ -1,3 +1,6 @@
2024-12-03 15:23:04.081 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-03 15:23:04.086 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-03 15:23:16.709 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-03 15:24:57.165 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-03 15:24:57.166 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-03 15:25:08.056 |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.40"
version = "1.2.41"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
4 changes: 4 additions & 0 deletions src/fundrive/drives/zenodo/drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ def upload_file(
logger.error(
f"upload error, status code: {r.status_code}:{code_list.get(r.status_code)} {r.json()['message']}"
)
else:
logger.success(
f"upload success, status code: {r.status_code}:{code_list.get(r.status_code)} {r.json()['message']}"
)
logger.success(
f"{local_path} ID = {record_id} (DOI: 10.5281/zenodo.{record_id})"
)
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 dc2c3b6

Please sign in to comment.