Skip to content

Using + to compose strings instead of u''.format #35

Open
@ErwinJunge

Description

@ErwinJunge

The code uses + to compose strings instead of using the modern python standard of u''.format
There are also some instances of % formatting.

We should convert all of the above to use u''.format.

https://docs.python.org/2/library/stdtypes.html#str.format

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions