Skip to content

Commit

Permalink
fix small issue manager related bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Jul 1, 2016
1 parent beb3459 commit a208503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/utils/issue_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self, project, filter=None, sort=None):
self._constraints += [(key, value)]

if not self.status:
self.status = STATUS_DEFAULT
self.handle_is(STATUS_DEFAULT.split(':')[1])

def handle_is(self, value):

Expand Down

0 comments on commit a208503

Please sign in to comment.