Patch-Starter-Script
Patch-Starter-Script copied to clipboard
Update patchstarter.py
Fixes issue #10 Replace non-existent readplist method.
plistlib.load is new to Python 3.x. plistlib.readPlist was removed starting in Python 3.9.
While everyone should have migrated off of Python 2 by now, this would be a breaking change for some Jamf admins.
It might be worthwhile to leave this tool compatible with Python 2.7-3.8 and focus on completing PatchCLI which can be made Python 3.8+ compatible only.