lra / mackup

Keep your application settings in sync (OS X/Linux)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyError: 'microsoft remote desktop'

panw3i opened this issue · comments

Traceback (most recent call last):
  File "/usr/local/bin/mackup", line 33, in <module>
    sys.exit(load_entry_point('mackup==0.8.33', 'console_scripts', 'mackup')())
  File "/usr/local/Cellar/mackup/0.8.33/libexec/lib/python3.10/site-packages/mackup/main.py", line 91, in main
    app = ApplicationProfile(mckp, app_db.get_files(app_name), dry_run, verbose)
  File "/usr/local/Cellar/mackup/0.8.33/libexec/lib/python3.10/site-packages/mackup/appsdb.py", line 141, in get_files
    return self.apps[name]["configuration_files"]
KeyError: 'microsoft remote desktop'

Are you using a custom config? There is no microsoft remote desktop.cfg files, but a microsoft-remote-desktop.cfg file: https://github.com/lra/mackup/blob/master/mackup/applications/microsoft-remote-desktop.cfg

3q