-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review PR. DO NOT MERGE #2
base: original-commit
Are you sure you want to change the base?
Conversation
…rse locator and a ccx id.
…urseLocator as the course_key value
Changes Unknown when pulling d1c6b2e on master into * on original-commit*. |
version_guid=None, | ||
deprecated=False, | ||
**kwargs | ||
): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You shouldn't need to explicitly list out all of the keyword arguments that are consumed by super(CCXLocator, self).__init__(...)
. If you just took kwargs
, and then passed those kwargs
to the super
call, everything would work, I think.
Changes Unknown when pulling 582735c on master into * on original-commit*. |
Changes Unknown when pulling 5c73556 on master into * on original-commit*. |
…ys from this ccx key. Ensures we have control over how they are created
Not much fun doing all this way out in the open like this. A bit embarassing
Changes Unknown when pulling 827f293 on master into * on original-commit*. |
…ormal BlockUsageLocator. In keeping with the idea of a 'neutral' or 'course-local' version of ccx keys
Changes Unknown when pulling 633b28f on master into * on original-commit*. |
Changes Unknown when pulling 81d071a on master into * on original-commit*. |
This PR has been created to facilitate the code review required for https://github.com/edx/edx-platform/pull/8259