Move everything to Python 3.6 (#8835)
This commit is contained in:
parent
5a8f59503e
commit
66d94dc22a
11 changed files with 30 additions and 32 deletions
|
@ -40,7 +40,7 @@ def new_keymap(cli):
|
|||
exit(1)
|
||||
|
||||
# create user directory with default keymap files
|
||||
shutil.copytree(str(keymap_path_default), str(keymap_path_new), symlinks=True)
|
||||
shutil.copytree(keymap_path_default, keymap_path_new, symlinks=True)
|
||||
|
||||
# end message to user
|
||||
cli.log.info("%s keymap directory created in: %s", keymap, keymap_path_new)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue