Remove whitespace

master
Bob Mottram 2019-08-25 17:10:49 +01:00
parent 97487eeb54
commit f35d589f1c
1 changed files with 1 additions and 1 deletions

View File

@ -1741,7 +1741,7 @@ def createBoxBase(baseDir: str,boxname: str, \
p=commentjson.load(fp)
if boxname!='dm' or \
(boxname=='dm' and isDM(p))
(boxname=='dm' and isDM(p)):
# remove any capability so that it's not displayed
if p.get('capability'):
del p['capability']