X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fetf2ly.py;h=0484d7a9c492a248fc0708cf2c8f497c677a7080;hb=6974acebcadc8f9f429adc66f8b2fea754e420ee;hp=171f5b226cc48c444e255633b4feba086d6fcc67;hpb=0adbc8b19405a3a383101abe7bc534e1e97ef441;p=lilypond.git diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index 171f5b226c..0484d7a9c4 100644 --- a/scripts/etf2ly.py +++ b/scripts/etf2ly.py @@ -1131,12 +1131,12 @@ class Etf_file: while c and c.number <> endno: - d = c # hack to avoid problem with build/scripts/grand-replace.py + d = c # hack to avoid problem with scripts/build/grand-replace.py thread.append (d) c = c.next if c: - d = c # hack to avoid problem with build/scripts/grand-replace.py + d = c # hack to avoid problem with scripts/build/grand-replace.py thread.append (d) return thread