diff options
Diffstat (limited to 'error.py')
-rw-r--r-- | error.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,3 +64,5 @@ class RepoChangedException(Exception): | |||
64 | repo or manifest repositories. In this special case we must | 64 | repo or manifest repositories. In this special case we must |
65 | use exec to re-execute repo with the new code and manifest. | 65 | use exec to re-execute repo with the new code and manifest. |
66 | """ | 66 | """ |
67 | def __init__(self, extra_args=[]): | ||
68 | self.extra_args = extra_args | ||