Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 14, 2024
1 parent 775a35d commit d92df8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman_integration_tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d92df8d

Please sign in to comment.