Skip to content

Empty string checks #177

@skinkie

Description

@skinkie

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions