chisel 1.4.8__tar.gz → 1.4.10__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.
- {chisel-1.4.8/src/chisel.egg-info → chisel-1.4.10}/PKG-INFO +1 -1
- {chisel-1.4.8 → chisel-1.4.10}/setup.cfg +1 -1
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel/doc.py +1 -1
- chisel-1.4.10/src/chisel/static/markdown-up.tar.gz +0 -0
- {chisel-1.4.8 → chisel-1.4.10/src/chisel.egg-info}/PKG-INFO +1 -1
- chisel-1.4.8/src/chisel/static/markdown-up.tar.gz +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/LICENSE +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/README.md +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/pyproject.toml +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel/__init__.py +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel/action.py +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel/app.py +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel/request.py +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel/static/__init__.py +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel/static/chiselDoc.bare +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel/static/index.html +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel.egg-info/SOURCES.txt +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel.egg-info/dependency_links.txt +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel.egg-info/requires.txt +0 -0
- {chisel-1.4.8 → chisel-1.4.10}/src/chisel.egg-info/top_level.txt +0 -0
|
@@ -63,7 +63,7 @@ def create_doc_requests(requests=None, root_path='/doc', api=True, app=True, mar
|
|
|
63
63
|
with importlib.resources.files('chisel.static').joinpath('markdown-up.tar.gz').open('rb') as tgz:
|
|
64
64
|
with tarfile.open(fileobj=tgz, mode='r:gz') as tar:
|
|
65
65
|
for member in tar.getmembers():
|
|
66
|
-
if member.isfile():
|
|
66
|
+
if member.isfile(): # pragma: no branch
|
|
67
67
|
yield StaticRequest(
|
|
68
68
|
member.name,
|
|
69
69
|
tar.extractfile(member).read(),
|
|
Binary file
|
|
Binary file
|
|
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
|
|
File without changes
|
|
File without changes
|