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
0103c4f6
Commit
0103c4f6
authored
Mar 02, 2014
by
Ben Waters
Browse files
one last go
parent
d5f7bad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/mainapp/utils.py
View file @
0103c4f6
...
...
@@ -134,7 +134,7 @@ def nextCourses(remainingReqCourses, taken):
try
:
c
=
Course
.
objects
.
get
(
title
=
course
)
except
:
c
=
CourseGroup
s
.
objects
.
get
(
title
=
course
)
c
=
CourseGroup
.
objects
.
get
(
title
=
course
)
for
prereq
in
c
.
prerequisites
.
all
():
reqs
.
add
(
prereq
)
#for coreq in course.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