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

Correct arguments in Tornado get_arguments() usage #63

Closed
wants to merge 1 commit into from
Closed

Correct arguments in Tornado get_arguments() usage #63

wants to merge 1 commit into from

Conversation

usrlocalben
Copy link
Contributor

This method returns an empty list by default, and the second parameter,
'strip,' is a flag to enable stripping of the result strings. In recent
versions of Tornado (4.2.1 here) the 'strip' parameter is checked with
an assert to ensure that its type is Bool, and this Raises in
circus-web.

Previously, the empty list [] would have evaluated Falsey, so removing
the second parameter keeps the same behavior, while fixing the call in
newer versions of Tornado.

Also see
#59

This method returns an empty list by default, and the second parameter,
'strip,' is a flag to enable stripping of the result strings.  In recent
versions of Tornado (4.2.1 here) the 'strip' parameter is checked with
an assert to ensure that its type is Bool, and this Raises in
circus-web.

Previously, the empty list [] would have evaluated Falsey, so removing
the second parameter keeps the same behavior, while fixing the call in
newer versions of Tornado.

Also see
#59
@usrlocalben usrlocalben deleted the fix_get_arguments branch September 24, 2015 00:00
@meitham
Copy link

meitham commented May 22, 2017

Hello, what is the status with this FIX, and any reason this hasn't been merged?

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