1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 08:19:17 +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 \ if self.key_dotfiles_link in v \
and self.key_dotfiles_link_children in v: and self.key_dotfiles_link_children in v:
msg = 'only one of `link` or `link_children` allowed per' 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)) self.log.err(msg.format(k))
# Otherwise, get link type # Otherwise, get link type