Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
advisor
Commits
1e392c5a
Commit
1e392c5a
authored
Mar 02, 2014
by
Ben Waters
Browse files
is creffett the savior
parent
e2872e4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/mainapp/utils.py
View file @
1e392c5a
...
...
@@ -131,7 +131,8 @@ def nextCourses(remainingReqCourses, taken):
nextcourses
=
[]
for
course
in
remainingReqCourses
:
reqs
=
set
()
for
prereq
in
course
.
prerequisites
:
c
=
Course
.
get
(
title
=
course
)
for
prereq
in
c
.
prerequisites
:
reqs
.
add
(
prereq
)
#for coreq in course.coreq:
# reqs.add(coreq)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment