Skip to content

Commit

Permalink
Merge pull request #165 from mschnepf/main
Browse files Browse the repository at this point in the history
Fix: Make get_job_status a function instead of an HTCondor property
  • Loading branch information
meliache authored Jan 24, 2022
2 parents 4362642 + f472c9b commit d511724
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 d511724

Please sign in to comment.