DonRomano Posted March 9, 2020 Share Posted March 9, 2020 Hey guys, I'm writing a bunch of tools and I faced a problem : I don't know how to evaluate a backtick as a string with Python. I want to write this as the path : `opinputpath("/path/to/my/object", 0)` But I don't know how to evaluate the backticks as strings, so if anyone has an answer.. Cheers, Quote Link to comment Share on other sites More sharing options...
DonRomano Posted March 9, 2020 Author Share Posted March 9, 2020 Okay so I've found it, just use a "\" before, as "\`" Cheers, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.