jayrav13 / ical_dict

A Python library to convert an .ics file into a Dictionary object.
MIT License
5 stars 1 forks source link

Inadvertent Whitespace #10

Closed jayrav13 closed 8 years ago

jayrav13 commented 8 years ago

This Pull Request resolves #8 - where the resulting JSON had whitespace being generated.

Issue: I was trimming in the wrong places. Resolution: Moved the lstrip() and rstrip() to strings for which it made more sense.