haraka 0.2.15__tar.gz → 0.2.16__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.
- {haraka-0.2.15 → haraka-0.2.16}/PKG-INFO +1 -1
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/service/files.py +0 -1
- {haraka-0.2.15 → haraka-0.2.16}/haraka.egg-info/PKG-INFO +1 -1
- {haraka-0.2.15 → haraka-0.2.16}/pyproject.toml +1 -1
- {haraka-0.2.15 → haraka-0.2.16}/MANIFEST.in +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/art/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/art/ascii/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/art/ascii/assets.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/art/ascii/frame/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/art/ascii/frame/border.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/art/ascii/frame/framer.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/art/ascii/frame/width_utils.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/art/create.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/config/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/config/config.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/runner.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/service/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/service/assets.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/service/command.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/service/gitops.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/post_gen/service/purge.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/utils/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/utils/common/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/utils/common/utils.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/utils/logging/__init__.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/utils/logging/log_util.py +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/utils/manifests/go-grpc-gateway-buf.yml +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/utils/manifests/go-grpc-protoc.yml +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/utils/manifests/java-springboot.yml +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka/utils/manifests/python-fastapi.yml +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka.egg-info/SOURCES.txt +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka.egg-info/dependency_links.txt +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/haraka.egg-info/top_level.txt +0 -0
- {haraka-0.2.15 → haraka-0.2.16}/setup.cfg +0 -0
@@ -57,7 +57,6 @@ class FileOps:
|
|
57
57
|
self.logger.debug(f"Found {len(entries)} entries in directory {self._relpath(path)}")
|
58
58
|
for i, entry in enumerate(entries):
|
59
59
|
branch = "└── " if i == len(entries) - 1 else "├── "
|
60
|
-
self.logger.debug(f"Processing entry: {entry.name} ({'directory' if entry.is_dir() else 'file'})")
|
61
60
|
print(prefix + branch + entry.name)
|
62
61
|
if entry.is_dir():
|
63
62
|
ext = " " if i == len(entries) - 1 else "│ "
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|