From 1ebad91e41ec011e734ccc555bcbe90b4c907d1a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 23 Jul 2009 09:52:47 -0400 Subject: [PATCH] Fixed unrecognized "Test" typo in becommands/comment.py. --- becommands/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.26.2