We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I just reinstalled my Mac and did a restore:
$ mackup restore /opt/homebrew/Cellar/mackup/0.8.41/libexec/lib/python3.13/site-packages/docopt.py:165: SyntaxWarning: invalid escape sequence '\S' name = re.findall('(<\S*?>)', source)[0] /opt/homebrew/Cellar/mackup/0.8.41/libexec/lib/python3.13/site-packages/docopt.py:166: SyntaxWarning: invalid escape sequence '\[' value = re.findall('\[default: (.*)\]', source, flags=re.I) /opt/homebrew/Cellar/mackup/0.8.41/libexec/lib/python3.13/site-packages/docopt.py:207: SyntaxWarning: invalid escape sequence '\[' matched = re.findall('\[default: (.*)\]', description, flags=re.I) /opt/homebrew/Cellar/mackup/0.8.41/libexec/lib/python3.13/site-packages/docopt.py:456: SyntaxWarning: invalid escape sequence '\S' split = re.split('\n *(<\S+?>|-\S+?)', doc)[1:]
Do you know what's wrong? It is not the first time I use mackup after I install one of my Mac but it's the first time I get this error.
The text was updated successfully, but these errors were encountered:
Same issue here after upgrading via homebrew to version: 0.8.41
0.8.41
Sorry, something went wrong.
Same. Related to #1986. Not sure why that one was closed.
No branches or pull requests
Hello,
I just reinstalled my Mac and did a restore:
Do you know what's wrong?
It is not the first time I use mackup after I install one of my Mac but it's the first time I get this error.
The text was updated successfully, but these errors were encountered: