macprefs
macprefs copied to clipboard
SyntaxError: Missing parentheses in call to 'print'
Hello,
I installed the package via homebrew. I am running python 3.11. I preformed the command "macprefs backup" and was presented with the following message...
Doing some digging online I found this source, which describes that in python 3 parentheses are to be added to the print call out.
I went into the script and added parentheses to these call-out's.
- Backup Complete
- Restore Complete
After making those changes, I got the following result after trying the command "macprefs backup".