The fix
This commit is contained in:
parent
b9fc08a01f
commit
6d948b68cf
|
@ -241,7 +241,7 @@ class FileShouldVanishException(Exception):
|
||||||
timeout
|
timeout
|
||||||
"""
|
"""
|
||||||
def __init__(self, path, timeout):
|
def __init__(self, path, timeout):
|
||||||
super(self, FileShouldVanishException).__init__(
|
super(FileShouldVanishException, self).__init__(
|
||||||
u"'{}' still exists after {}s".format(path, timeout),
|
u"'{}' still exists after {}s".format(path, timeout),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue