filelisting 1.2.3__tar.gz → 1.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {filelisting-1.2.3/src/filelisting.egg-info → filelisting-1.2.4}/PKG-INFO +1 -1
- {filelisting-1.2.3 → filelisting-1.2.4}/pyproject.toml +1 -1
- {filelisting-1.2.3 → filelisting-1.2.4}/src/filelisting/core/__init__.py +1 -1
- {filelisting-1.2.3 → filelisting-1.2.4/src/filelisting.egg-info}/PKG-INFO +1 -1
- {filelisting-1.2.3 → filelisting-1.2.4}/LICENSE.txt +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/MANIFEST.in +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/README.rst +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/setup.cfg +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/src/filelisting/__init__.py +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/src/filelisting/__main__.py +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/src/filelisting/tests/__init__.py +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/src/filelisting/tests/test_1984.py +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/src/filelisting.egg-info/SOURCES.txt +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/src/filelisting.egg-info/dependency_links.txt +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/src/filelisting.egg-info/requires.txt +0 -0
- {filelisting-1.2.3 → filelisting-1.2.4}/src/filelisting.egg-info/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ import preparse
|
|
|
7
7
|
__all__ = ["file_generator", "file_list", "main"]
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
def file_generator(*paths: Any) -> Generator[str]:
|
|
10
|
+
def file_generator(*paths: Any) -> Generator[str, None, None]:
|
|
11
11
|
"This generator yields the files under the given path."
|
|
12
12
|
for raw_path in paths:
|
|
13
13
|
path = str(raw_path)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|