Scifabric / pbs

PYBOSSA command line client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignore trailing slashes in ~/.pybossa.cfg

therealmarv opened this issue · comments

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.

That would be a nice fix :D