We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f431e commit 20c5980Copy full SHA for 20c5980
nbgrader/server_extensions/course_list/handlers.py
@@ -76,8 +76,6 @@ def check_for_local_formgrader(self, config):
76
raise gen.Return([])
77
78
coursedir = CourseDirectory(config=config)
79
- if not coursedir.course_id:
80
- gen.Return([])
81
82
if status:
83
raise gen.Return([{
0 commit comments