From b750a9f887ab1c11a3116caac4e68d61080a8ece Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Tue, 29 Jan 2019 19:20:57 -0400 Subject: [PATCH] Fix whitespace string concatenation issue --- dotdrop/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/config.py b/dotdrop/config.py index 1c50106..dbd59e2 100644 --- a/dotdrop/config.py +++ b/dotdrop/config.py @@ -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