Quote the nox environment

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-01-17 05:07:17 +00:00 committed by Pedro Algarvio
parent b0df08334c
commit 10e6abbaec

View file

@ -1068,7 +1068,7 @@ class VM:
"-f",
f"{self.upload_path.joinpath('noxfile.py').as_posix()}",
"-e",
nox_session,
f"'{nox_session}'",
]
if nox_args:
cmd += nox_args