From d92df8d3d41cb8f7ecf4afa94564c60c96de6126 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 14 May 2024 15:29:59 +0100 Subject: [PATCH] debug2 --- spinnman_integration_tests/test_job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinnman_integration_tests/test_job.py b/spinnman_integration_tests/test_job.py index e4610f0bb..b345fafeb 100644 --- a/spinnman_integration_tests/test_job.py +++ b/spinnman_integration_tests/test_job.py @@ -30,7 +30,7 @@ def setUp(self): self.spalloc_machine = "SpiNNaker1M" self.spalloc_user = os.environ["SPALLOC_USER"] self.spalloc_password = os.environ["SPALLOC_PASSWORD"] - print ("f{self.spalloc_user=}, f{self.spalloc_password=}") + print (f"{self.spalloc_user=}, {self.spalloc_password=}") def test_create_job(self): client = SpallocClient(