[DEV] add badge pip version
This commit is contained in:
parent
4020c70fc3
commit
f65a5f58ee
@ -3,6 +3,8 @@ Lutin
|
|||||||
|
|
||||||
`lutin` is a generic builder and package maker is a FREE software tool.
|
`lutin` is a generic builder and package maker is a FREE software tool.
|
||||||
|
|
||||||
|
[](http://badge.fury.io/py/lutin)
|
||||||
|
|
||||||
Instructions
|
Instructions
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -188,6 +188,7 @@ class Module:
|
|||||||
debug.extreme_verbose(" " + cmd);
|
debug.extreme_verbose(" " + cmd);
|
||||||
ret = multiprocess.run_command_direct(cmd)
|
ret = multiprocess.run_command_direct(cmd)
|
||||||
# parsing ret :
|
# parsing ret :
|
||||||
|
debug.extreme_verbose("result: " + str(ret));
|
||||||
ret = ret.split('\n');
|
ret = ret.split('\n');
|
||||||
debug.verbose("*** Gcov result parsing ...");
|
debug.verbose("*** Gcov result parsing ...");
|
||||||
useful_list = []
|
useful_list = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user