Merge pull request #8922 from hkariti/bigpanda_state_fix

Don't return 'state' attr in bigpanda module
pull/8885/head^2
James Cammarata 10 years ago
commit 062b761737

@ -143,7 +143,7 @@ def main():
request_url = url + '/data/events/deployments/end'
# Build the deployment object we return
deployment = dict(token=token, state=state, url=url)
deployment = dict(token=token, url=url)
deployment.update(body)
if 'errorMessage' in deployment:
message = deployment.pop('errorMessage')

Loading…
Cancel
Save