﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
2971	FileShouldVanishException mis-uses super()	exarkun	exarkun	"{{{
class FileShouldVanishException(Exception):
    """"""                                                                                                                                                                                                                                                                                   
    A file or files we expected to disappear did not within the                                                                                                                                                                                                                           
    timeout                                                                                                                                                                                                                                                                               
    """"""
    def __init__(self, path, timeout):
        super(self, FileShouldVanishException).__init__(
            u""'{}' still exists after {}s"".format(path, timeout),
        )
}}}

The super() call has its arguments reversed.
"	defect	closed	normal	undecided	unknown	1.12.1	fixed	magic-folder, test, dev-infrastructure		
