Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
therealmarv opened this issue Apr 2, 2018 · 1 comment
Open

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

therealmarv opened this issue Apr 2, 2018 · 1 comment

Comments

@therealmarv
Copy link
Contributor

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
Copy link
Member

That would be a nice fix :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants