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

Fifo queue validator fails if name has Join in it #773

Closed
ntwaddell opened this issue Jul 24, 2017 · 2 comments
Closed

Fifo queue validator fails if name has Join in it #773

ntwaddell opened this issue Jul 24, 2017 · 2 comments

Comments

@ntwaddell
Copy link
Contributor

On the recent commit 3a3004a#diff-49966b9cf9e37556c8b76d380b9b47a5

I have a Join function to create my queue name. Now it breaks

if not self.properties.get('QueueName', '').endswith('.fifo'):
AttributeError: 'Join' object has no attribute 'endswith'

@markpeek
Copy link
Member

Thanks for the issue. Should be fixed now.

@ntwaddell
Copy link
Contributor Author

fixed! thanks @markpeek 👍

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

No branches or pull requests

2 participants