Patch-Starter-Script icon indicating copy to clipboard operation
Patch-Starter-Script copied to clipboard

Update patchstarter.py

Open danengh opened this issue 5 years ago • 1 comments

Fixes issue #10 Replace non-existent readplist method.

danengh avatar Feb 03 '21 15:02 danengh

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.

brysontyrrell avatar Feb 04 '21 15:02 brysontyrrell