fixup! Fix management commands
This commit is contained in:
@@ -39,6 +39,6 @@ Examples:
|
|||||||
except InvalidKeyError:
|
except InvalidKeyError:
|
||||||
course_key = SlashSeparatedCourseKey.from_deprecated_string(args[1])
|
course_key = SlashSeparatedCourseKey.from_deprecated_string(args[1])
|
||||||
else:
|
else:
|
||||||
course_id = None
|
course_key = None
|
||||||
|
|
||||||
create(n, course_id)
|
create(n, course_key)
|
||||||
|
|||||||
Reference in New Issue
Block a user