ampoule twistd plugin uses child class for parent

Bug #545518 reported by Brian Hammond
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ampoule
New
Undecided
Unassigned

Bug Description

bzr diff twisted/plugins/ampoule_plugin.py
=== modified file 'twisted/plugins/ampoule_plugin.py'
--- twisted/plugins/ampoule_plugin.py 2008-11-15 23:27:23 +0000
+++ twisted/plugins/ampoule_plugin.py 2010-03-23 21:56:20 +0000
@@ -41,7 +41,7 @@
             """
             self['child'] = reflect.namedAny(self['child'])
             if self['parent'] is not None:
- self['parent'] = reflect.namedAny(self['child'])
+ self['parent'] = reflect.namedAny(self['parent'])
             if self['name']:
                 self['name'] = self['name'].decode('utf-8')

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.