> diff --git a/scripts/raw_error.py b/scripts/raw_error.py > new file mode 100644 > index 000000000000..f5e77bdfcead > --- /dev/null > +++ b/scripts/raw_error.py > @@ -0,0 +1,175 @@ > +#!/usr/bin/env python3 > +# > +# pylint: disable=C0114,R0903,R0912,R0914,R0915,R1732 > +# SPDX-License-Identifier: GPL-2.0
GPL-2.0-or-later
