mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
spelling is hard
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
from pyparsing import infixNotation, opAssoc, Word, Optional, Literal, CharsNotIn
|
from pyparsing import infixNotation, opAssoc, Optional, Literal, CharsNotIn
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
from django.db.models.signals import (
|
from django.db.models.signals import (
|
||||||
@@ -477,6 +477,6 @@ class DynamicFilterField(models.TextField):
|
|||||||
if len(res) > 0:
|
if len(res) > 0:
|
||||||
return res[0].result
|
return res[0].result
|
||||||
|
|
||||||
raise RuntimeError("Parsing the filter_string %s wen't terribly wrong" % filter_string)
|
raise RuntimeError("Parsing the filter_string %s went terribly wrong" % filter_string)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user