administrator@AutoPKG ~ % sudo /usr/bin/python /usr/local/bin/spruce.py --remove /Users/administrator/Desktop/remove2.xml
JSS: https://myorg.jamfcloud.com
Preferences used: ~/Library/Preferences/com.github.autopkg.plist
Are you sure you want to continue deleting objects from https://myorg.jamfcloud.com? (Y or N): Y
Traceback (most recent call last):
File "/usr/local/bin/spruce.py", line 2249, in
main()
File "/usr/local/bin/spruce.py", line 2243, in main
remove(removal_tree)
File "/usr/local/bin/spruce.py", line 2069, in remove
if not check_with_user():
File "/usr/local/bin/spruce.py", line 2188, in check_with_user
"from %s? (Y or N): " % jss_connection.base_url)
File "", line 1, in
NameError: name 'Y' is not defined
I get this error trying to run the remove command
administrator@AutoPKG ~ % sudo /usr/bin/python /usr/local/bin/spruce.py --remove /Users/administrator/Desktop/remove2.xml JSS: https://myorg.jamfcloud.com Preferences used: ~/Library/Preferences/com.github.autopkg.plist Are you sure you want to continue deleting objects from https://myorg.jamfcloud.com? (Y or N): Y Traceback (most recent call last): File "/usr/local/bin/spruce.py", line 2249, in
main()
File "/usr/local/bin/spruce.py", line 2243, in main
remove(removal_tree)
File "/usr/local/bin/spruce.py", line 2069, in remove
if not check_with_user():
File "/usr/local/bin/spruce.py", line 2188, in check_with_user
"from %s? (Y or N): " % jss_connection.base_url)
File "", line 1, in
NameError: name 'Y' is not defined