Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
farfun committed Dec 15, 2024
1 parent eda80f6 commit 258ed98
Show file tree
Hide file tree
Showing 6 changed files with 11 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.66"
version = "1.2.67"
description = "fundrive"
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 @@ -13,3 +13,6 @@
2024-12-15 21:35:39.153 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build
2024-12-15 21:35:39.153 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull
2024-12-15 21:35:52.225 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push
2024-12-15 21:36:49.106 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build
2024-12-15 21:36:49.106 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull
2024-12-15 21:36:58.596 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push
3 changes: 3 additions & 0 deletions logs/funbuild.log
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
2024-12-15 21:35:39.153 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build
2024-12-15 21:35:39.153 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull
2024-12-15 21:35:52.225 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push
2024-12-15 21:36:49.106 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build
2024-12-15 21:36:49.106 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull
2024-12-15 21:36:58.596 |INFO | funbuild.core.core : core: 78 | 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.66"
version = "1.2.67"
description = "fundrive"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
1 change: 1 addition & 0 deletions src/fundrive/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def __init__(self, fid, name, ext=None, *args, **kwargs):
super().__init__(*args, **kwargs)
self.fid = fid
self.name = name
self.ext = ext
self.data = {"fid": fid, "name": name}

@property
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 258ed98

Please sign in to comment.