Fixed unrecognized "Test" typo in becommands/comment.py.
authorW. Trevor King <wking@drexel.edu>
Thu, 23 Jul 2009 13:52:47 +0000 (09:52 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 23 Jul 2009 13:52:47 +0000 (09:52 -0400)
becommands/comment.py

index dec4b922d892d7c41dd14440b1e5bb378e73f435..55b5913b8c60a166a2e10ead1ba05e3c576f9bf6 100644 (file)
@@ -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: