diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-23 09:52:47 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-23 09:52:47 -0400 |
commit | 1ebad91e41ec011e734ccc555bcbe90b4c907d1a (patch) | |
tree | da525dae1ce266c1adcd429e17f13ad3d2cec6b0 | |
parent | 678fccaf505eca6d816b859e6d90d728d6426a02 (diff) | |
download | bugseverywhere-1ebad91e41ec011e734ccc555bcbe90b4c907d1a.tar.gz |
Fixed unrecognized "Test" typo in becommands/comment.py.
-rw-r--r-- | becommands/comment.py | 2 |
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: |