We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error when trying to login.
Here is the issue on google code. Applying the recommended 'patch' does not seem to work. https://code.google.com/p/salesforce-beatbox/issues/detail?id=14
The text was updated successfully, but these errors were encountered:
fix for this:
Line 135:
class BeatBoxXmlGenerator(XMLGenerator): def __init__(self, destination, encoding): self._out = destination XMLGenerator.__init__(self, destination, encoding)
notice ' self._out = destination'
Please merge.
Sorry, something went wrong.
Thank you that worked for me.
For some reason it was working on a production server but not on my local machine.
_out
No branches or pull requests
Error when trying to login.
Here is the issue on google code. Applying the recommended 'patch' does not seem to work.
https://code.google.com/p/salesforce-beatbox/issues/detail?id=14
The text was updated successfully, but these errors were encountered: