From fd82926a9872a76e4c1843e8487486f69013e77f Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 4 Feb 2026 23:52:39 +0000 Subject: [PATCH] chore: fix service yaml command in nox sessions --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index e99bfad597..7f29871c35 100644 --- a/noxfile.py +++ b/noxfile.py @@ -294,7 +294,7 @@ def showcase_library( } ] update_service_yaml = _add_python_settings(tmp_dir, python_settings) - session.run("python", "-c" f"{update_service_yaml}") + session.run("python", "-c", f"{update_service_yaml}") # END TODO section to remove. if retry_config: session.run(