mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 11:24:25 +00:00
exception name wrong in super()
This commit is contained in:
parent
0d7a703756
commit
2cd74dbb3a
@ -205,7 +205,7 @@ class UnwantedFilesException(Exception):
|
||||
appeared instead (or in addition).
|
||||
"""
|
||||
def __init__(self, waiting, unwanted):
|
||||
super(Exception, self).__init__(
|
||||
super(UnwantedFilesException, self).__init__(
|
||||
u"While waiting for '{}', unwanted files appeared: {}".format(
|
||||
waiting,
|
||||
u', '.join(unwanted),
|
||||
|
Loading…
x
Reference in New Issue
Block a user