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

Simplify error handling for http errors #38

Merged
merged 1 commit into from
Feb 8, 2018
Merged

Conversation

KAllan357
Copy link
Contributor

Fixes a bug that looks like:

2018-02-07 10:09:47,268Z    tap -   File "/code/python3.5/site-packages/tap_salesforce/salesforce/exceptions.py", line 17, in __str__
2018-02-07 10:09:47,268Z    tap -     ", Response from Salesforce: {}".format(self.requestException.response.text)
2018-02-07 10:09:47,268Z    tap - AttributeError: 'str' object has no attribute 'response'

@KAllan357 KAllan357 merged commit bd76adf into master Feb 8, 2018
@KAllan357 KAllan357 deleted the fix-error-handling branch February 8, 2018 20:08
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

Successfully merging this pull request may close these issues.

2 participants