Show More
@@ -17,7 +17,7 b" nullstate = ('', '', 'empty')" | |||||
17 | class SubrepoAbort(error.Abort): |
|
17 | class SubrepoAbort(error.Abort): | |
18 | """Exception class used to avoid handling a subrepo error more than once""" |
|
18 | """Exception class used to avoid handling a subrepo error more than once""" | |
19 | def __init__(self, *args, **kw): |
|
19 | def __init__(self, *args, **kw): | |
20 |
|
|
20 | error.Abort.__init__(self, *args, **kw) | |
21 | self.subrepo = kw.get('subrepo') |
|
21 | self.subrepo = kw.get('subrepo') | |
22 |
|
22 | |||
23 | def annotatesubrepoerror(func): |
|
23 | def annotatesubrepoerror(func): |
General Comments 0
You need to be logged in to leave comments.
Login now