From f35d589f1cce617dd18c85b0bb86376a979556f6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Aug 2019 17:10:49 +0100 Subject: [PATCH] Remove whitespace --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index f9d5a0fd..8c0d968a 100644 --- a/posts.py +++ b/posts.py @@ -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']