diff options
Diffstat (limited to '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: |