jssimporter / Spruce

Spruce is deprecated. Please see the wiki for alternatives.
GNU General Public License v3.0
148 stars 22 forks source link

XML Output ignores the verbose flag #20

Open sheagcraig opened 7 years ago

sheagcraig commented 7 years ago

https://github.com/sheagcraig/Spruce/blob/master/spruce.py#L1542 should AND with the verbose flag. This of course will need to be passed to the function as well.

Example, correct usage: https://github.com/sheagcraig/Spruce/blob/master/spruce.py#L1356