-
Notifications
You must be signed in to change notification settings - Fork 935
Open
Labels
Description
On OS X 10.10.5 with Brew 0.9.5
I installed mackup with no issues and tried running 'mackup backup' and got this error:
Traceback (most recent call last):
File "/usr/local/Cellar/mackup/0.8.8/libexec/bin/mackup", line 9, in
load_entry_point('mackup==0.8.8', 'console_scripts', 'mackup')()
File "/usr/local/Cellar/mackup/0.8.8/libexec/lib/python2.7/site-packages/mackup/main.py", line 52, in main
if args['force']:
KeyError: 'force'
I was able to uninstall and then install with Pip instead and was able to backup with no issues.
Reactions are currently unavailable