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

[Docs] Firewall update #379

Closed
wants to merge 3 commits into from
Closed

[Docs] Firewall update #379

wants to merge 3 commits into from

Conversation

JackUrb
Copy link
Contributor

@JackUrb JackUrb commented Jun 13, 2018

Slight improvement to the docs based on the comment here: #288 (comment)

@@ -601,8 +601,9 @@ def wrap_func(handler, args):
p = handler.state[eid]['jsons'][args['win']]

if not (p['type'] == 'text' or
p['content']['data'][0]['type'] == 'scatter'):
handler.write('win is not scatter or text')
p['content']['data'][0]['type'] in ['scatter', 'custom']):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This change is also in #377 (review)

You may run into merge conflicts when landing these.

Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JackUrb is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@JackUrb JackUrb deleted the firewall-update branch August 16, 2018 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants