Skip to content

Commit

Permalink
Merge pull request mozilla-services#2849 from rhelmer/nobug-missing-c…
Browse files Browse the repository at this point in the history
…lass-converter-es-nostackwalker

ES 'no stackwalker' class missing string converter for redactor_class
  • Loading branch information
rhelmer committed Jun 11, 2015
2 parents dab76d5 + 4a57bdb commit 6c43eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions socorro/external/es/crashstorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class ESCrashStorageNoStackwalkerOutput(ESCrashStorage):
name="redactor_class",
doc="the name of the class that implements a 'redact' method",
default='socorro.external.crashstorage_base.Redactor',
from_string_converter=class_converter,
)
required_config.es_redactor.forbidden_keys = change_default(
Redactor,
Expand Down

0 comments on commit 6c43eb3

Please sign in to comment.