View Single Post
Old 09-29-2018, 11:52 AM   #1229
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,806
Karma: 103362673
Join Date: Apr 2011
Device: pb360
For my own use, I am considering adding a global variable named VERBOSITY (or similar) to KindleUnpack and putting some or most print statements in
Code:
if VERBOSITY>0:
blocks and adding -q and -v options. Each -q would decrement VERBOSITY and each -v would increment it. (Various blocks might use values other than 0.)

I think this would be generally useful and am curious what others think about this.

Should I open an issue on github with a similar message to discuss this?
j.p.s is offline   Reply With Quote