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

Repeat-if statement chokes on quotes (multiline variables not parsed) #37

Closed
smathot opened this issue Sep 28, 2020 · 1 comment
Closed
Assignees
Labels
Projects

Comments

@smathot
Copy link
Collaborator

smathot commented Sep 28, 2020

When you use quotes in a repeat-if statement of a repeat_cycle item, this results in a multiline variable, like so:

__condition__
[response] = "space"
__end__

This results in the following error:

image

I believe that this is a result of multiline variables not being parsed at all, thus resulting in a non-existent condition variable.

@smathot smathot added the bug label Sep 28, 2020
@smathot smathot added this to To do in 1.4 via automation Sep 28, 2020
@smathot smathot assigned smathot and unassigned dschreij Sep 29, 2020
@smathot
Copy link
Collaborator Author

smathot commented Sep 29, 2020

@dschreij I will push a fix for this soon, either as part of #19 if it's still open or as a new PR.

@smathot smathot closed this as completed in c2b84c3 Oct 1, 2020
1.4 automation moved this from To do to Done Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
1.4
  
Done
Development

No branches or pull requests

2 participants