diff options
Diffstat (limited to 'becommands/status.py')
-rw-r--r-- | becommands/status.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/status.py b/becommands/status.py index a122aec..56cb505 100644 --- a/becommands/status.py +++ b/becommands/status.py @@ -48,7 +48,6 @@ def execute(args, manipulate_encodings=True): if e.name != "status": raise raise cmdutil.UserError ("Invalid status: %s" % e.value) - bd.save() def get_parser(): parser = cmdutil.CmdOptionParser("be status BUG-ID [STATUS]") |