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.
1 parent 1decdf2 commit 8e0e234Copy full SHA for 8e0e234
batchspawner/batchspawner.py
@@ -980,7 +980,7 @@ def state_isrunning(self):
980
981
def state_gethost(self):
982
if self.job_status:
983
- return self.job_status.split(" ")[1].strip()
+ return self.job_status.split(" ")[1].strip().split(":")[0]
984
985
self.log.error(
986
"Spawner unable to match host addr in job {0} with status {1}".format(
0 commit comments