From: W. Trevor King Date: Thu, 23 Jul 2009 13:52:47 +0000 (-0400) Subject: Fixed unrecognized "Test" typo in becommands/comment.py. X-Git-Tag: 1.0.0~63^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ebad91e41ec011e734ccc555bcbe90b4c907d1a;p=be.git Fixed unrecognized "Test" typo in becommands/comment.py. --- diff --git a/becommands/comment.py b/becommands/comment.py index dec4b92..55b5913 100644 --- a/becommands/comment.py +++ b/becommands/comment.py @@ -81,7 +81,7 @@ def execute(args, test=False): is_reply = False bd = bugdir.BugDir(from_disk=True, - manipulate_encodings=not Test) + manipulate_encodings=not test) bug = bd.bug_from_shortname(bugname) bug.load_comments(load_full=False) if is_reply: