Merge pull request #15811 from edx/schen/LEARNER-2222

Stop audit and honor mode creating basket and order
This commit is contained in:
Simon Chen
2017-08-16 15:03:30 -04:00
committed by GitHub
5 changed files with 65 additions and 23 deletions

View File

@@ -208,7 +208,7 @@ class WaffleFlagNamespace(WaffleNamespace):
"""
# validate arguments
namespaced_flag_name = self._namespaced_name(flag_name)
value = None
if check_before_waffle_callback:
value = check_before_waffle_callback(namespaced_flag_name)