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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user