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 1f1eb0b commit 0fa6571
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 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.43"
version = "1.2.44"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
9 changes: 3 additions & 6 deletions logs/all.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
2024-12-04 18:09:29.598 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-04 18:09:29.601 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-04 18:09:40.934 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-04 19:07:27.982 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-04 19:07:27.983 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-04 19:07:38.861 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-05 20:26:14.986 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 20:26:14.988 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 20:26:27.958 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
9 changes: 3 additions & 6 deletions logs/funbuild.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
2024-12-04 18:09:29.598 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-04 18:09:29.601 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-04 18:09:40.934 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-04 19:07:27.982 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-04 19:07:27.983 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-04 19:07:38.861 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-05 20:26:14.986 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build
2024-12-05 20:26:14.988 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull
2024-12-05 20:26:27.958 |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.43"
version = "1.2.44"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
3 changes: 2 additions & 1 deletion src/fundrive/drives/zenodo/drive.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import os
from typing import List

from fundrive.core import BaseDrive, DriveFile
from funget import simple_download
from funsecret import read_secret
from funutil import getLogger

from fundrive.core import BaseDrive, DriveFile

from .client import ZenodoClient

logger = getLogger("fundrive")
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 0fa6571

Please sign in to comment.