Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Bad call to split
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Feb 18, 2016
1 parent 781a706 commit 4e94347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_jira/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def view(self, request, group, **kwargs):
# API, but were marked as ignored fields in the
# configuration with the global error reporter for the form
ignored_errors = [v for k, v in error.items()
if k in form.ignored_fields.split(",")]
if k in form.ignored_fields]
if len(ignored_errors) > 0:
errs = form.errors['__all__']
errs.append("Validation Error on ignored field, check"
Expand Down

0 comments on commit 4e94347

Please sign in to comment.