From 0a9892a43ec29e03361e2615afb081060f761e7c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 5 Jun 2006 18:23:59 +0000 Subject: [PATCH] (main): oops. Add extra argument. --- ChangeLog | 4 ++++ buildscripts/output-distance.py | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d229094c97..31b63cd403 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-05 Han-Wen Nienhuys + + * buildscripts/output-distance.py (main): oops. Add extra argument. + 2006-06-05 Graham Percival * Documentation/user/music-glossary.tely: clarified example diff --git a/buildscripts/output-distance.py b/buildscripts/output-distance.py index 267192201d..92aa2e53a5 100644 --- a/buildscripts/output-distance.py +++ b/buildscripts/output-distance.py @@ -776,7 +776,8 @@ def main (): global inspect_max_count inspect_max_count = o.max_count - compare_trees (a[0], a[1], os.path.join (a[1], 'compare-' + a[0])) + compare_trees (a[0], a[1], os.path.join (a[1], 'compare-' + a[0]), + o.threshold) if __name__ == '__main__': main() -- 2.39.5