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
{{ message }}
This repository was archived by the owner on Jan 8, 2021. It is now read-only.
Environment
Related Bug
" none" causes problems as asset_tag #103
Recently he same happen with
" to be filled by o.e.m."
having a leading whitespace.Solution
Instead of again adding a second String with a white space in front to the banned_tags list, I would just strip leading whitespaces before comparing.
I used the Python strip() method and remove the already added " none" from the list.
Strip whitespaces when checking if asset tag is banned #122
The text was updated successfully, but these errors were encountered: