Loading toolkit/components/telemetry/build_scripts/mozparsers/parse_scalars.py +2 −2 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ class ScalarType: # Checks the type for all the fields. wrong_type_names = [ "{} must be {}".format(f, ALL_FIELDS[f].__name__) "{} must be {}".format(f, str(ALL_FIELDS[f])) for f in definition.keys() if not isinstance(definition[f], ALL_FIELDS[f]) ] Loading Loading @@ -213,7 +213,7 @@ class ScalarType: ).format( field, self._name, LIST_FIELDS_CONTENT[field].__name__, str(LIST_FIELDS_CONTENT[field]), BASE_DOC_URL, ) ).handle_later() Loading toolkit/components/telemetry/build_scripts/mozparsers/parse_user_interactions.py +2 −2 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ class UserInteractionType: # Checks the type for all the fields. wrong_type_names = [ "{} must be {}".format(f, ALL_FIELDS[f].__name__) "{} must be {}".format(f, str(ALL_FIELDS[f])) for f in definition.keys() if not isinstance(definition[f], ALL_FIELDS[f]) ] Loading Loading @@ -164,7 +164,7 @@ class UserInteractionType: ).format( field, self._name, LIST_FIELDS_CONTENT[field].__name__, str(LIST_FIELDS_CONTENT[field]), BASE_DOC_URL, ) ).handle_later() Loading Loading
toolkit/components/telemetry/build_scripts/mozparsers/parse_scalars.py +2 −2 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ class ScalarType: # Checks the type for all the fields. wrong_type_names = [ "{} must be {}".format(f, ALL_FIELDS[f].__name__) "{} must be {}".format(f, str(ALL_FIELDS[f])) for f in definition.keys() if not isinstance(definition[f], ALL_FIELDS[f]) ] Loading Loading @@ -213,7 +213,7 @@ class ScalarType: ).format( field, self._name, LIST_FIELDS_CONTENT[field].__name__, str(LIST_FIELDS_CONTENT[field]), BASE_DOC_URL, ) ).handle_later() Loading
toolkit/components/telemetry/build_scripts/mozparsers/parse_user_interactions.py +2 −2 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ class UserInteractionType: # Checks the type for all the fields. wrong_type_names = [ "{} must be {}".format(f, ALL_FIELDS[f].__name__) "{} must be {}".format(f, str(ALL_FIELDS[f])) for f in definition.keys() if not isinstance(definition[f], ALL_FIELDS[f]) ] Loading Loading @@ -164,7 +164,7 @@ class UserInteractionType: ).format( field, self._name, LIST_FIELDS_CONTENT[field].__name__, str(LIST_FIELDS_CONTENT[field]), BASE_DOC_URL, ) ).handle_later() Loading