Correct error in filter_investment_files_by_date
Closed this issue · 0 comments
aquintanas commented
There is an error in filter_investment_files_by_date when a list of dates is sent as an input argument. The error is because datetime.date
doesn't has the method lower
.