Wrong typeset of filter in plugin help viewer

Issue #135 resolved
M. Gronle created an issue

When clicking a filter / algorithm, a dataIO or actuator instance in the itom help viewer, the example string is wrongly typeset.
Here an example for dataIO (however it is the same for filters and actuators):

This string is also wrongly copied to the clipboard. The correct typeset contains a space after the first comma:

dataIO("SerialIO", port, baud, endline)

The wrong typeset leads to a warning of the flake8 style checker.

Comments (3)

  1. Log in to comment