-
Notifications
You must be signed in to change notification settings - Fork 0
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
Agregando log de errores a superset #34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@germankay I've made some changes
Please, testin locally and if it work, we are ready to merge
@avdata99 I made changes because it was failing in the local environment. |
# Si la respuesta es una redirección (302), la consideramos válida para el login | ||
if response.status_code == 302: | ||
return response, None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Si la respuesta es una redirección (302), la consideramos válida para el login | |
if response.status_code == 302: | |
return response, None |
This is probably non required
raise_for_status
should not raise for 302
Is required to not follow the redirection?
If not required, delete it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete the proposed lines or leave them if they are really required
After that, merge
Related unckan/ckan-env#37 (comment)
fixes #37
Una vez mezclado el PR de Test #27 Agregamos test para esta funcion