abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Fixes Handling of Tasks that Return Error Code #91

Closed CurroRodriguez closed 7 years ago

CurroRodriguez commented 7 years ago

Description

Fixes handling of tasks that a return code instead of throwing an exception to report errors.

Known Issues

Fixes Issue #89