rlmgrep 0.1.14__tar.gz → 0.1.15__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.
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/PKG-INFO +1 -1
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/pyproject.toml +1 -1
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep/__init__.py +1 -1
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep/ingest.py +2 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep.egg-info/PKG-INFO +1 -1
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/README.md +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep/__main__.py +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep/cli.py +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep/config.py +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep/file_map.py +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep/interpreter.py +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep/render.py +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep/rlm.py +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep.egg-info/SOURCES.txt +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep.egg-info/dependency_links.txt +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep.egg-info/entry_points.txt +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep.egg-info/requires.txt +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/rlmgrep.egg-info/top_level.txt +0 -0
- {rlmgrep-0.1.14 → rlmgrep-0.1.15}/setup.cfg +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__all__ = ["__version__"]
|
|
2
|
-
__version__ = "0.1.
|
|
2
|
+
__version__ = "0.1.15"
|
|
@@ -204,6 +204,8 @@ def build_ignore_spec(
|
|
|
204
204
|
rel_dir = gi.parent.relative_to(root).as_posix()
|
|
205
205
|
except ValueError:
|
|
206
206
|
rel_dir = ""
|
|
207
|
+
if rel_dir in {".", ""}:
|
|
208
|
+
rel_dir = ""
|
|
207
209
|
try:
|
|
208
210
|
raw_lines = gi.read_text(encoding="utf-8", errors="ignore").splitlines()
|
|
209
211
|
except Exception:
|
|
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
|