Added a missing else case.
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.
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.