• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Why doesn't "<" work in Code?

Status
Not open for further replies.

JeffreyYu

Member
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 (<string>, line 3)

Why does the < character cause this issue? how can i work around it?
 

ArshilAhmad

Moderator
Staff member
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?
 

JeffreyYu

Member
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.

 

ArshilAhmad

Moderator
Staff member
Please allow us some time to look into this concern. We will get back to you with an update soon.
 
P

Pabblymember11

Guest
Hey @JeffreyYu

We've implemented some adjustments on our side, and we kindly ask you to test it out.
 

JeffreyYu

Member
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?
 
P

Pabblymember11

Guest
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.
 
Status
Not open for further replies.
Top