pseek 2.1.0__tar.gz → 2.1.1__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.
- {pseek-2.1.0 → pseek-2.1.1}/PKG-INFO +1 -1
- {pseek-2.1.0 → pseek-2.1.1}/pseek/searcher.py +1 -1
- {pseek-2.1.0 → pseek-2.1.1}/pseek.egg-info/PKG-INFO +1 -1
- {pseek-2.1.0 → pseek-2.1.1}/setup.py +1 -1
- {pseek-2.1.0 → pseek-2.1.1}/LICENSE +0 -0
- {pseek-2.1.0 → pseek-2.1.1}/README.md +0 -0
- {pseek-2.1.0 → pseek-2.1.1}/pseek/__init__.py +0 -0
- {pseek-2.1.0 → pseek-2.1.1}/pseek/cli.py +0 -0
- {pseek-2.1.0 → pseek-2.1.1}/pseek.egg-info/SOURCES.txt +0 -0
- {pseek-2.1.0 → pseek-2.1.1}/pseek.egg-info/dependency_links.txt +0 -0
- {pseek-2.1.0 → pseek-2.1.1}/pseek.egg-info/entry_points.txt +0 -0
- {pseek-2.1.0 → pseek-2.1.1}/pseek.egg-info/requires.txt +0 -0
- {pseek-2.1.0 → pseek-2.1.1}/pseek.egg-info/top_level.txt +0 -0
- {pseek-2.1.0 → pseek-2.1.1}/setup.cfg +0 -0
|
@@ -69,7 +69,7 @@ class Search:
|
|
|
69
69
|
|
|
70
70
|
def search(self, search_type: str):
|
|
71
71
|
"""Main search function. search_type can be 'file', 'directory' or 'content'"""
|
|
72
|
-
base_path = Path(self.base_path)
|
|
72
|
+
base_path = Path(self.base_path)
|
|
73
73
|
query = self.query
|
|
74
74
|
|
|
75
75
|
# Prepare query: escape if not regex
|
|
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
|