Commit 1c60da02 by Calen Pennington

fixup! Fix management commands

parent 1f849e44
......@@ -39,6 +39,6 @@ Examples:
except InvalidKeyError:
course_key = SlashSeparatedCourseKey.from_deprecated_string(args[1])
else:
course_id = None
course_key = None
create(n, course_id)
create(n, course_key)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment