On 2019/03/03 12:20:41, dak wrote:
More like
   str = re.sub (r'"scripts\.trilelement"', r'"scripts\.trillelement"',
str)

Sort of ironic to use raw strings here for the sake of easier
backslash-quoting and then not even backslash-quote the necessary
parts.

I don’t know anything about python and what the r before the strings
means. I just copied what I saw, that’s why I asked …

https://codereview.appspot.com/341560043/
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to