Show More
@@ -124,7 +124,7 b' class SimpleVCS(object):' | |||
|
124 | 124 | self.acl_repo_name = '{base_name}/{repo_name}'.format(**match_dict) |
|
125 | 125 | self.vcs_repo_name = '{base_name}/.__shadow_{repo_name}_pr-{pr_id}'.format( |
|
126 | 126 | **match_dict) |
|
127 |
self.pr_id = match_dict |
|
|
127 | self.pr_id = match_dict['pr_id'] | |
|
128 | 128 | else: |
|
129 | 129 | self.acl_repo_name = self.url_repo_name |
|
130 | 130 | self.vcs_repo_name = self.url_repo_name |
General Comments 0
You need to be logged in to leave comments.
Login now