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
Is your feature request related to a problem? Please describe.
After #247 we discovered that it was easy to wrongly insert some space in a list of POS or whatever.
To avoid that, we should make sure no leading or ending spaces are inserted in POS
Describe the solution you'd like .strip()
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
After #247 we discovered that it was easy to wrongly insert some space in a list of POS or whatever.
To avoid that, we should make sure no leading or ending spaces are inserted in POS
Describe the solution you'd like
.strip()
The text was updated successfully, but these errors were encountered: