Skip to content

Update patchstarter.py#11

Open
danengh wants to merge 1 commit intobrysontyrrell:masterfrom
danengh:master
Open

Update patchstarter.py#11
danengh wants to merge 1 commit intobrysontyrrell:masterfrom
danengh:master

Conversation

@danengh
Copy link
Copy Markdown

@danengh danengh commented Feb 3, 2021

Fixes issue #10
Replace non-existent readplist method.

Replace non-existent readplist method.
@brysontyrrell
Copy link
Copy Markdown
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants