python-jamf icon indicating copy to clipboard operation
python-jamf copied to clipboard

object has no attribute 'classic'

Open Bearzooka opened this issue 1 year ago • 1 comments

Trying to build a script to gather information about objects such as Packages or Policies, I get errors like AttributeError: 'Packages' object has no attribute 'classic' after running any command such as allpackages.recordWithId(500) or Packages().find(141)

Bearzooka avatar Sep 04 '24 12:09 Bearzooka