~brian-murray/ubuntu/oneiric/apport/debian-installer-hook

« back to all changes in this revision

Viewing changes to data/general-hooks/ubuntu.py

  • Committer: Martin Pitt
  • Date: 2011-07-22 13:34:03 UTC
  • Revision ID: martin.pitt@canonical.com-20110722133403-0qvy31yy6p9vdnej
data/general-hooks/ubuntu.py: Fix calling of add_info() in the __main__
test code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
    report_keys = set(report.keys())
271
271
 
272
272
    new_report = report.copy()
273
 
    add_info(new_report)
 
273
    add_info(new_report, None)
274
274
 
275
275
    new_report_keys = set(new_report.keys())
276
276