mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 03:39:15 +00:00
Fix whitespace string concatenation issue
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user