Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on absent status #159

Closed
SergeVL opened this issue Dec 8, 2016 · 1 comment
Closed

on absent status #159

SergeVL opened this issue Dec 8, 2016 · 1 comment
Milestone

Comments

@SergeVL
Copy link

SergeVL commented Dec 8, 2016

calling doit list --all --status and there are task which never running yet

File "/usr/local/lib/python2.7/dist-packages/doit/cmd_list.py", line 83, in _print_task
line_data['status'] = self.STATUS_MAP[task_status]
KeyError: 'error'

must be:
line_data['status'] = self.STATUS_MAP.get(task_status)

@poliquin
Copy link
Contributor

poliquin commented Dec 16, 2016

I thought I fixed this with PR #142. That request was merged, but I actually don't see the change in master/doit/cmd_list.py.

@schettino72 schettino72 added this to the 0.30.1 milestone Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants