Skip to content

Added a missing else case.

Patrick Thomas requested to merge patrick.thomas/ndscope:line-width-patch into master

This was causing a TypeError if a line width less than or equal to zero was requested since a NoneType was returned when it expected a bool.

Merge request reports