0.3.0
https://pypi.org/project/nodely/0.3.0
- Add
.check_call
and.check_output
methods tonodely.bin.Command
,
the class of the Pythonicnodely.bin['...']
instances for running
installed Node.js tools - Make
nodely.bin.Command.__call__
wrap.check_output
instead of.call
and take variable*cmdargs
parameters instead of a single positional
cmdargs
sequence parameter - Define
nodely.NodeCommandError
based onsubprocess.CalledProcessError
.
It adds the working directory to the basic exception message and is raised
fromnodely.bin.Command.check_call
and.check_output