diff options
Diffstat (limited to 'scripts/comments.py')
-rwxr-xr-x | scripts/comments.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/comments.py b/scripts/comments.py index 304af1a2d..ded21039c 100755 --- a/scripts/comments.py +++ b/scripts/comments.py @@ -15,8 +15,7 @@ incomment = False def comment(k,v,fmt): global incomment if k == 'RawBlock': - f, s = v - fmt = f['unFormat'] + fmt, s = v if fmt == "html": if re.search("<!-- BEGIN COMMENT -->", s): incomment = True |