Referenced before assignment
This commit is contained in:
parent
287c4689ad
commit
345b99dc10
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ def setup_projects(gl, course, deploy_key):
|
||||||
if solutions is None:
|
if solutions is None:
|
||||||
raise InvalidCourse("No solutions subgroup")
|
raise InvalidCourse("No solutions subgroup")
|
||||||
|
|
||||||
|
reference_project = None
|
||||||
reference_projects = solutions.projects.list(search='solutions')
|
reference_projects = solutions.projects.list(search='solutions')
|
||||||
for project in reference_projects:
|
for project in reference_projects:
|
||||||
if project.name == 'solutions':
|
if project.name == 'solutions':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue