pseek 3.0.3__tar.gz → 3.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pseek
3
- Version: 3.0.3
3
+ Version: 3.0.4
4
4
  Summary: Pseek is a Python CLI toolkit to search files, folders, and text
5
5
  Author: Groot
6
6
  License-Expression: MIT
@@ -51,9 +51,9 @@ def seek(config):
51
51
  for p in config.path.rglob('*'):
52
52
  try:
53
53
  p_resolved = p.resolve()
54
+ p_ext = get_path_suffix(p_resolved)
54
55
  except OSError:
55
56
  continue
56
- p_ext = get_path_suffix(p_resolved)
57
57
  # Skip if conditions fail
58
58
  if should_skip(config, p_resolved, p_ext):
59
59
  continue
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pseek
3
- Version: 3.0.3
3
+ Version: 3.0.4
4
4
  Summary: Pseek is a Python CLI toolkit to search files, folders, and text
5
5
  Author: Groot
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pseek"
7
- version = "3.0.3"
7
+ version = "3.0.4"
8
8
  description = "Pseek is a Python CLI toolkit to search files, folders, and text"
9
9
  readme = "README.md"
10
10
  license = "MIT"
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