collective / icalendar

icalendar parser library for Python
https://icalendar.readthedocs.io
Other
1k stars 172 forks source link

Fixed a bad replace in parser.py. #694

Closed mtrd3v closed 4 months ago

mtrd3v commented 4 months ago

This pull request fixes issue #525, where there was a bad replace in parser.py


📚 Documentation preview 📚: https://icalendar--694.org.readthedocs.build/

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9955942316

Details


Totals Coverage Status
Change from base Build 9858096109: 0.003%
Covered Lines: 3154
Relevant Lines: 3239

💛 - Coveralls
niccokunzmann commented 4 months ago

@mtr-d3v Thanks for this! Could you add a changelog entry? This perfect otherwise. Thanks for also testing this!

mtrd3v commented 4 months ago

Thanks for reviewing my PR. I have included the requested changelog entry.

niccokunzmann commented 4 months ago

Tests running, beautiful! Thanks @mtr-d3v !