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.
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 dodict(ch)
We need to handle these errors gracefully and probably log them to the console, but keep processing other changes.