Skip to content

Fix PEP8 and formatting issues in GDB pretty printer.

What does this implement/fix?

Several PEP8 and formatting issues were found in the GDB pretty printer, which uses the Python interface of GDB to visualize the values of Eigen data structures. These get fixed in this MR.

Additional information

Details on which PEP8 errors or warnings were found are listed in the individual commit messages.

Merge request reports

Loading