Skip to content

ignore trailing slashes in ~/.pybossa.cfg #57

Open
@therealmarv

Description

Wrong (look at the end slash of 7000):

[test]
server: http://localhost:7000/
apikey: xyz

Right:

[test]
server: http://localhost:7000
apikey: xyz

Would be better if pbs ignores the end / in the cfg automatically and can concatenate addresses always right.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions