nmoya / whatsapp-parser

Parser to the What's App log file.
MIT License
47 stars 23 forks source link

fix IO Error when saving JSON file to default path #8

Closed manu-chroma closed 7 years ago

manu-chroma commented 7 years ago

also, puts file I/O in try, except block in case user gives non-existant path for storing json file

fixes https://github.com/nmoya/whatsapp-parser/issues/7

nmoya commented 7 years ago

Nice! LGTM.