Include space

main
Bob Mottram 2020-06-29 20:26:50 +01:00
parent 1e8a6fee52
commit 9d5e5d0810
1 changed files with 1 additions and 1 deletions

View File

@ -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