~blake-rouse/maas/fix-1484696

« back to all changes in this revision

Viewing changes to src/maasserver/components.py

  • Committer: Jeffrey C Jones
  • Date: 2015-09-23 01:01:49 UTC
  • mfrom: (4293 maas)
  • mto: This revision was merged to the branch mainline in revision 4294.
  • Revision ID: jeff.jones@canonical.com-20150923010149-x0r6ym7dx014e370
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
)
29
29
 
30
30
 
 
31
@transactional
31
32
def discard_persistent_error(component):
32
33
    """Drop the persistent error for `component`.
33
34