diff --git a/logs/all.log b/logs/all.log index d551faa..3a6c1eb 100644 --- a/logs/all.log +++ b/logs/all.log @@ -10,3 +10,6 @@ 2024-12-20 15:10:44.414 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build 2024-12-20 15:10:44.414 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull 2024-12-20 15:10:52.221 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push +2024-12-20 15:11:29.228 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build +2024-12-20 15:11:29.229 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull +2024-12-20 15:11:36.051 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push diff --git a/logs/funbuild.log b/logs/funbuild.log index d551faa..3a6c1eb 100644 --- a/logs/funbuild.log +++ b/logs/funbuild.log @@ -10,3 +10,6 @@ 2024-12-20 15:10:44.414 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build 2024-12-20 15:10:44.414 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull 2024-12-20 15:10:52.221 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push +2024-12-20 15:11:29.228 |INFO | funbuild.core.core : core: 86 | funbuild | - fundrive build +2024-12-20 15:11:29.229 |INFO | funbuild.core.core : core: 74 | funbuild | - fundrive pull +2024-12-20 15:11:36.051 |INFO | funbuild.core.core : core: 78 | funbuild | - fundrive push diff --git a/pyproject.toml b/pyproject.toml index 2981ca1..54fed95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fundrive" -version = "1.2.78" +version = "1.2.79" description = "fundrive" readme = "README.md" requires-python = ">=3.8" diff --git a/src/fundrive/core/base.py b/src/fundrive/core/base.py index 0c57067..67c7636 100644 --- a/src/fundrive/core/base.py +++ b/src/fundrive/core/base.py @@ -147,6 +147,7 @@ def download_dir( local_dir=os.path.join(local_dir, os.path.basename(file.name)), overwrite=overwrite, recursion=recursion, + ignore_filter=ignore_filter, *args, **kwargs, ) diff --git a/uv.lock b/uv.lock index 12ed916..b7e5fad 100644 --- a/uv.lock +++ b/uv.lock @@ -451,7 +451,7 @@ wheels = [ [[package]] name = "fundrive" -version = "1.2.78" +version = "1.2.79" source = { virtual = "." } dependencies = [ { name = "funget" },