From 9d5e5d08101f9fb5d7e6b019a7cfa41cbe88e806 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 29 Jun 2020 20:26:50 +0100 Subject: [PATCH] Include space --- petnames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petnames.py b/petnames.py index a758c50f4..da5cc3d46 100644 --- a/petnames.py +++ b/petnames.py @@ -116,5 +116,5 @@ def resolvePetnames(baseDir: str, nickname: str, domain: str, if not handle: continue # replace the petname with the handle - content = content.replace(wrd + ' ', handle) + content = content.replace(wrd + ' ', handle + ' ') return content