mirror of https://gitlab.com/bashrc2/epicyon
Remove whitespace
parent
97487eeb54
commit
f35d589f1c
2
posts.py
2
posts.py
|
@ -1741,7 +1741,7 @@ def createBoxBase(baseDir: str,boxname: str, \
|
||||||
p=commentjson.load(fp)
|
p=commentjson.load(fp)
|
||||||
|
|
||||||
if boxname!='dm' or \
|
if boxname!='dm' or \
|
||||||
(boxname=='dm' and isDM(p))
|
(boxname=='dm' and isDM(p)):
|
||||||
# remove any capability so that it's not displayed
|
# remove any capability so that it's not displayed
|
||||||
if p.get('capability'):
|
if p.get('capability'):
|
||||||
del p['capability']
|
del p['capability']
|
||||||
|
|
Loading…
Reference in New Issue