Martín Rincón Botero <[email protected]> writes: > Hello, > > when trying to use convert-ly on Lilypond 2.23.80 I get this error: > > File "/home/martin-ribot/lilypond-2.23.80/bin/../libexec/convert-ly", line > 445, in <module> > > main() > > File "/home/martin-ribot/lilypond-2.23.80/bin/../libexec/convert-ly", line > 429, in main > > errors += do_one_file(f) > > File "/home/martin-ribot/lilypond-2.23.80/bin/../libexec/convert-ly", line > 340, in do_one_file > > do_conversion(input, from_version, to_version) > > File "/home/martin-ribot/lilypond-2.23.80/bin/../libexec/convert-ly", line > 246, in do_conversion > > newstr = x[1](s) > > File > "/home/martin-ribot/lilypond-2.23.80/share/lilypond/2.23.80/python/convertrules.py", > line 3671, in conv > > path_replace, s) > > NameError: name 'path_replace' is not defined > > Is this a known issue?
commit 3d3f8531da00247ad55b6a613bf0adc5e9b71954 Author: Jean Abou Samra <[email protected]> Date: Tue Oct 25 01:28:28 2022 +0200 convertrules.py: define path_replace on toplevel Fixes #6446 (bug introduced in 03855a33) (cherry picked from commit f768801e452777406ca536f98b7373de4be6f52f) Commit is part of version 2.23.81 -- David Kastrup _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
