Scifabric / pbs

PYBOSSA command line client
GNU Affero General Public License v3.0
10 stars 11 forks source link

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

Open therealmarv opened 6 years ago

therealmarv commented 6 years ago

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.

teleyinex commented 6 years ago

That would be a nice fix :D