summaryrefslogtreecommitdiffstats
path: root/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'error.py')
-rw-r--r--error.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/error.py b/error.py
index e3cf41c1..029e1227 100644
--- a/error.py
+++ b/error.py
@@ -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