abantos / bolt

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

Fix the debug msg to be formatted using arguments in shell task #110

Closed arahmanhamdy closed 4 years ago

arahmanhamdy commented 4 years ago

The logging module of python requires string formatter when using args with it.

https://github.com/python/cpython/blob/master/Lib/logging/__init__.py#L369