diff options
Diffstat (limited to 'becommands/open.py')
-rw-r--r-- | becommands/open.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/open.py b/becommands/open.py index ee81422..b98463d 100644 --- a/becommands/open.py +++ b/becommands/open.py @@ -44,7 +44,6 @@ def execute(args, manipulate_encodings=True): manipulate_encodings=manipulate_encodings) bug = bd.bug_from_shortname(args[0]) bug.status = "open" - bd.save() def get_parser(): parser = cmdutil.CmdOptionParser("be open BUG-ID") |