We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a858a80 + 8e0e234 commit 16246d3Copy full SHA for 16246d3
batchspawner/batchspawner.py
@@ -969,7 +969,7 @@ def state_isrunning(self):
969
970
def state_gethost(self):
971
if self.job_status:
972
- return self.job_status.split(" ")[1].strip()
+ return self.job_status.split(" ")[1].strip().split(":")[0]
973
974
self.log.error(
975
"Spawner unable to match host addr in job {0} with status {1}".format(
0 commit comments