1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 03:54:47 +00:00

Fix whitespace string concatenation issue

This commit is contained in:
Marcel Robitaille
2019-01-29 19:20:57 -04:00
parent 7b5ea5917d
commit b750a9f887

View File

@@ -223,7 +223,7 @@ class Cfg:
if self.key_dotfiles_link in v \
and self.key_dotfiles_link_children in v:
msg = 'only one of `link` or `link_children` allowed per'
msg += 'dotfile, error on dotfile "{}".'
msg += ' dotfile, error on dotfile "{}".'
self.log.err(msg.format(k))
# Otherwise, get link type