more debug

This commit is contained in:
David Murphy 2024-11-08 15:38:20 -07:00
parent 03d451820d
commit 90fc657e71
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -16,6 +16,7 @@ def path():
if salt_path not in os.environ["path"]:
os.environ["path"] = f'{os.environ["path"]};{salt_path}'
yield os.environ["path"]
yield ""
def run_salt_call(cmd):