Add changelog

This commit is contained in:
jeanluc 2024-05-19 12:06:08 +02:00 committed by Daniel Wozniak
parent 33efd9c4a7
commit 06e325f607
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Included Salt extensions in Salt-SSH thin archive

View file

@ -667,7 +667,7 @@ def _discover_saltexts(allowlist=None, blocklist=None):
iter(
file.parent.name
for file in entry_point.dist.files
if "dist-info" in file.parent.name
if file.parent.suffix == ".dist-info"
)
)
except StopIteration: