Skip to content

Commit

Permalink
Set get_job_status as function
Browse files Browse the repository at this point in the history
  • Loading branch information
mschnepf committed Jan 24, 2022
1 parent 4362642 commit f472c9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion b2luigi/batch/processes/htcondor.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def __init__(self, *args, **kwargs):

self._batch_job_id = None

@property
def get_job_status(self):
if not self._batch_job_id:
return JobStatus.aborted
Expand Down

0 comments on commit f472c9b

Please sign in to comment.