Skip to content

Commit fc522b6

Browse files
committed
Add docstring to query_job_status
1 parent 8aa71b4 commit fc522b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

batchspawner/batchspawner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ async def submit_batch_script(self):
270270
).tag(config=True)
271271

272272
async def query_job_status(self):
273+
"""Check job status, return JobStatus object."""
273274
if self.job_id is None or len(self.job_id) == 0:
274275
self.job_status = ''
275276
return JobStatus.NOTFOUND

0 commit comments

Comments
 (0)