mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing space
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
91e99fbd96
commit
99b9246760
1 changed files with 1 additions and 1 deletions
|
@ -1224,7 +1224,7 @@ def decompress_dependencies(session):
|
|||
nox_dependencies_tarball_path = REPO_ROOT / nox_dependencies_tarball
|
||||
if not nox_dependencies_tarball_path.exists():
|
||||
session.error(
|
||||
f"The {nox_dependencies_tarball} file"
|
||||
f"The {nox_dependencies_tarball} file "
|
||||
"does not exist. Not decompressing anything."
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue