~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to apport/source_bzr.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-08 06:17:41 UTC
  • mfrom: (4797.33.16 apport)
  • Revision ID: pqm@pqm.ubuntu.com-20100408061741-m7vl6z97vu33riv7
(robertc) Make sure ExecutablePath and InterpreterPath are set in
        Apport. (Martin Pool, James Westby, lp:528114)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
 
34
34
def add_info(report):
35
 
 
36
 
    _add_log_tail()
 
35
    _add_log_tail(report)
37
36
    if 'BzrPlugins' not in report:
38
37
        # may already be present in-process
39
38
        report['BzrPlugins'] = command_output(['bzr', 'plugins', '-v'])