aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/comment.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-23 09:52:47 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-23 09:52:47 -0400
commit1ebad91e41ec011e734ccc555bcbe90b4c907d1a (patch)
treeda525dae1ce266c1adcd429e17f13ad3d2cec6b0 /becommands/comment.py
parent678fccaf505eca6d816b859e6d90d728d6426a02 (diff)
downloadbugseverywhere-1ebad91e41ec011e734ccc555bcbe90b4c907d1a.tar.gz
Fixed unrecognized "Test" typo in becommands/comment.py.
Diffstat (limited to 'becommands/comment.py')
-rw-r--r--becommands/comment.py2
1 files changed, 1 insertions, 1 deletions
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: