univ-of-utah-marriott-library-apple / python-jamf

`python-jamf` is a library for connecting to a Jamf Server. It maps Jamf Pro records to a Record class. It is the basis for the `jctl` tool to automate patch management & packages and many other items.
MIT License
56 stars 17 forks source link

Improved syntax error handling #38

Closed Honestpuck closed 3 years ago

Honestpuck commented 3 years ago

Stops the traceback from appearing after a JamfError is raised. Also some minor code cleanup.