bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 1820 in lilypond: recent commit breaks GUB


From: lilypond
Subject: Issue 1820 in lilypond: recent commit breaks GUB
Date: Mon, 15 Aug 2011 21:22:26 +0000

Status: Accepted
Owner: ----
Labels: Type-Build Priority-Critical

New issue 1820 by percival.music.ca: recent commit breaks GUB
http://code.google.com/p/lilypond/issues/detail?id=1820

7cd9444ea5dfc80782befa6b64bae015bddbd967
breaks GUB.

Is this a python 2.5+ism?  GUB only uses python 2.4.
Please revert or rewrite in a python 2.4 manner.


-release-unstable/scripts/build/output-distance.py", line 317
    return float(s) if 'nan' not in s else float(s.split('.')[0])
                     ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "test-lily/rsync-test.py", line 204, in ?
    main ()
  File "test-lily/rsync-test.py", line 198, in main
    compare_test_info (options)
  File "test-lily/rsync-test.py", line 169, in compare_test_info
    compare_test_tarballs (options, versions_found[-3:])
  File "test-lily/rsync-test.py", line 119, in
compare_test_tarballs
    system (cmd)
  File "test-lily/rsync-test.py", line 77, in system
    raise Exception ('fail')






reply via email to

[Prev in Thread] Current Thread [Next in Thread]