zcutlip / prefsniff

A utility to sniff preferences changes to macOS plist files
MIT License
244 stars 6 forks source link

handle PSChangeTypeNotImplementedException gracefully #4

Closed zcutlip closed 9 months ago

zcutlip commented 10 months ago

if PSChangeTypeNotImplementedException is raised, it gets turned into an error message, and added to the list of changes as a string. This causes prefsniff to blow up when it tries to do dict(ch)

We need to handle these errors gracefully and probably log them to the console, but keep processing other changes.

zcutlip commented 9 months ago

fixed as of v0.3.1