Skip to content

Commit

Permalink
Remove fixme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Jul 16, 2024
1 parent 8086c0b commit 0d48088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2913,7 +2913,6 @@ def __init__(
@property
def active(self):
if self.configured and not self.deleted:
# FIXME: don't included queued?
return self.job.running
return False

Expand Down

0 comments on commit 0d48088

Please sign in to comment.