Skip to content

Commit

Permalink
debug3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 14, 2024
1 parent d92df8d commit 853aa89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spinnman_integration_tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ 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=}, {self.spalloc_password=}")
a = "X" + self.spalloc_user + "X"
b = "X" + self.spalloc_password + "X"
print (f"!{a=}!, !{b=}!")

def test_create_job(self):
client = SpallocClient(
Expand Down

0 comments on commit 853aa89

Please sign in to comment.