Skip to content

Instantly share code, notes, and snippets.

@nmcspadden
Created July 18, 2013 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmcspadden/6033212 to your computer and use it in GitHub Desktop.
Save nmcspadden/6033212 to your computer and use it in GitHub Desktop.
bash-3.2# ./mcxToProfile.py --dsobject /Local/MCX/computergroups/office2008 --identifier Office2008
Traceback (most recent call last):
File "./mcxToProfile.py", line 450, in <module>
main()
File "./mcxToProfile.py", line 441, in main
mcx_data = getMCXData(options.dsobject)
File "./mcxToProfile.py", line 304, in getMCXData
mcx_item_data = readPlistFromString(str(mcx_item))
File "./mcxToProfile.py", line 229, in readPlistFromString
raise NSPropertyListSerializationException(error)
__main__.NSPropertyListSerializationException: Unexpected character 3 at line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment