You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where indent_char is a space character (' ').
After using nopt to clean, it is now an empty string, ''.
The same error occurs when using tab, '\t'.
Using underscore, '_', works as expected.
changed the title [-]Special characters (such as tab and space) do not correctly clean[/-][+][BUG] Special characters (such as tab and space) do not correctly clean[/+]on Jul 28, 2022
Activity
Glavin001 commentedon Jun 13, 2014
I have an object like the following:
{ 'indent_char': ' ' }
Where
indent_char
is a space character (' '
).After using
nopt
to clean, it is now an empty string,''
.The same error occurs when using tab,
'\t'
.Using underscore,
'_'
, works as expected.[-]Special characters (such as tab and space) do not correctly clean[/-][+][BUG] Special characters (such as tab and space) do not correctly clean[/+]