[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.
|
||||
|
||||
[![PyPI version](https://badge.fury.io/py/lutin.png)](http://badge.fury.io/py/lutin)
|
||||
|
||||
Instructions
|
||||
------------
|
||||
|
||||
|
@ -188,6 +188,7 @@ class Module:
|
||||
debug.extreme_verbose(" " + cmd);
|
||||
ret = multiprocess.run_command_direct(cmd)
|
||||
# parsing ret :
|
||||
debug.extreme_verbose("result: " + str(ret));
|
||||
ret = ret.split('\n');
|
||||
debug.verbose("*** Gcov result parsing ...");
|
||||
useful_list = []
|
||||
|
Loading…
Reference in New Issue
Block a user