Why doesn't "<" work in Code?
Status: Closed · Asked by Jeffrey Yu on · 0 views
When I run:
turnaround = "Normal (3 day turnaround)"
return turnaround
It returns "Normal" without a problem.
But when I run:
turnaround = "Normal (<3 day turnaround)"
return turnaround
It returns: EOL while scanning string literal (, line 3)
Why does the < character cause this issue? how can i work around it?
Hi @JeffreyYu,
Could you please record a short video of running this code in an online compiler and Code by Pabbly, and then show the difference in the results?
Done! Please see this loom here:
I think the <> is being parsed as a tag for some reason... there's also no way to escape it that I can find.
https://www.loom.com/share/2a530182741845c38932f16f5d635ae3?sid=4f486ba4-a8a1-4e76-bfd9-48cde3b2f871
Please allow us some time to look into this concern. We will get back to you with an update soon.
Sure, sounds good!
Hey @JeffreyYu
We've implemented some adjustments on our side, and we kindly ask you to test it out.
Got it! I'll try it out tomorrow.
I saw this deprecated the code step as well -- will this happen whenever the Python code is updated? if so, will we get an alert so we know to update our code steps? or will there be an update that will automatically update the step for us in the future?
We have departed the older version of Code bt Pabbly: Python action step and no it will not update itself if any changes were made.
However, if there are any major changes the action step could be deprecated and a new version will be introduced.
or will there be an update that will automatically update the step for us in the future?
At present, the notification for deprecation is part of our roadmap. We will keep you informed once it has been implemented.
Got it thank you!