fixup! Fix management commands

This commit is contained in:
Calen Pennington
2014-05-21 16:20:46 -04:00
parent 1f849e441d
commit 1c60da02df

View File

@@ -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)