Closed tylerlong closed 3 months ago
https://github.com/ranaroussi/yfinance/blob/30abd894748c1e47113f5b2938b28fec02195847/yfinance/utils.py#L888
Why two %?
%
should it be pct_string = f'{percent_done}%' ?
pct_string = f'{percent_done}%'
import yfinance as yf yf.download('GE')
[*********************100%%**********************] 1 of 1 completed
It should be
[*********************100%**********************] 1 of 1 completed
No response
yfinance
0.2.41
Describe bug
https://github.com/ranaroussi/yfinance/blob/30abd894748c1e47113f5b2938b28fec02195847/yfinance/utils.py#L888
Why two
%
?should it be
pct_string = f'{percent_done}%'
?Simple code that reproduces your problem
Debug log
It should be
Bad data proof
No response
yfinance
version0.2.41
Python version
No response
Operating system
No response