Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

fix(reputation): error 500 when empty result #12

Closed
wants to merge 1 commit into from

Conversation

HugoDelval
Copy link

Also change shebang from /bin/sh -> /bin/bash and improve Readme

The error 500 was happening because in python:

if not []:
    return 500
else:
    return 200

returns 500

Also change shebang from /bin/sh -> /bin/bash and improve Readme
@coveralls
Copy link

Coverage Status

Coverage remained the same at 63.589% when pulling 485a9f7 on HugoDelval:master into 3c4a908 on ovh:master.

@HugoDelval
Copy link
Author

Closing this PR in favor of a bigger PR on the dev branch here -> #13

@HugoDelval HugoDelval closed this Sep 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants