Skip to content

Commit

Permalink
Change active check
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Jul 16, 2024
1 parent 28d28dc commit a02028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2914,7 +2914,7 @@ def __init__(
def active(self):
if self.configured and not self.deleted:
# FIXME: don't included queued?
return not self.job.finished
return self.job.running
return False

@property
Expand Down

0 comments on commit a02028c

Please sign in to comment.