Skip to content

Commit

Permalink
django-autotask version 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amrita-122 committed Jun 26, 2024
1 parent 57f4017 commit e6a768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djautotask/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class Meta:
verbose_name_plural = 'Project statuses'

def is_complete(self):
return self.id == ProjectStatus.COMPLETE_ID
return self.id == ProjectStatus.COMPLETE_ID


class DisplayColor(Picklist):
Expand Down

0 comments on commit e6a768f

Please sign in to comment.