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 8aa71b4 commit fc522b6Copy full SHA for fc522b6
batchspawner/batchspawner.py
@@ -270,6 +270,7 @@ async def submit_batch_script(self):
270
).tag(config=True)
271
272
async def query_job_status(self):
273
+ """Check job status, return JobStatus object."""
274
if self.job_id is None or len(self.job_id) == 0:
275
self.job_status = ''
276
return JobStatus.NOTFOUND
0 commit comments