KenKundert / emborg

Interactive command line interface to Borg Backup
GNU General Public License v3.0
94 stars 8 forks source link

Invalid syntax when creating defaul configuration files #6

Closed MrSpoon closed 5 years ago

MrSpoon commented 5 years ago

Emborg 1.3.0

File "/home/foo/.local/lib/python3.5/site-packages/emborg/settings.py", line 112
    f'Configuration directory created: {parent!s}.',
                                                  ^
SyntaxError: invalid syntax
KenKundert commented 5 years ago

Sorry, I should have made it more clear. emborg requires Python version 3.6 or better.