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
In the current code we have a lot of empty string checks. Python seems to handle if string.strip() as good as if len(string) > 0 or if string != ''. We should do something uniform and consistent through the code.
In the current code we have a lot of empty string checks. Python seems to handle if string.strip() as good as if len(string) > 0 or if string != ''. We should do something uniform and consistent through the code.