Add missing space

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-09-19 13:48:17 +01:00 committed by Pedro Algarvio
parent 91e99fbd96
commit 99b9246760

View file

@ -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."
)