Lumiwealth / quantstats_lumi

Apache License 2.0
93 stars 32 forks source link

Unexpected message printed by 0.3.3 html() function #50

Open kartiksubbarao opened 3 months ago

kartiksubbarao commented 3 months ago

In 0.3.3, there is an unexpected message that gets printed to standard output:

HTML report saved to: /tmp/returns.html

The problem is that my script outputs TSV data to stdout, along with calling html() to generate a tearsheet. It expects html() to otherwise be silent. This extra message ends up corrupting the TSV output. Can we go back to the previous behavior of html() not printing any extra output to stdout?