Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
response['events_received'] doesn't exist if input invalid (#669)
Summary: Changed to process error Pull Request resolved: #669 Reviewed By: liliarizona Differential Revision: D61728915 Pulled By: stcheng fbshipit-source-id: e91fd7de789a7f49ced987200e54e6533e1f8f0a
- Loading branch information
9a0e6fa
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.
@cnukaus there's a colon missing after else, which leads to
SyntaxError
on import9a0e6fa
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.
okay, thanks for update. I have corrected this and tested locally. Now adding another PR with 1 additional file corrected #682