Skip to content

lisa.conf: Use inspect.getdoc() instead of textwrap.dedent()

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr130 into master

inspect.getdoc() makes use of inspect.cleandoc() which is specialized in cleaning up docstrings, rather than textwrap.dedent() that may not handle well some docstring styles (when the first line is not indented).

Merge request reports