diff options
Diffstat (limited to 'becommands/list.py')
-rw-r--r-- | becommands/list.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/list.py b/becommands/list.py index 5bd54a2..0b27a25 100644 --- a/becommands/list.py +++ b/becommands/list.py @@ -29,6 +29,7 @@ def execute(args): other_bugs.append(bug) def list_bugs(cur_bugs, title): + cur_bugs.sort(bugdir.cmp_severity) if len(cur_bugs) > 0: print cmdutil.underlined(title) for bug in cur_bugs: |