----- Original Message ----- From: "Graham Percival" <[email protected]>
To: "Phil Holmes" <[email protected]>
Cc: <[email protected]>; <[email protected]>
Sent: Saturday, September 01, 2012 4:56 PM
Subject: Re: Reduce output from scripts during make doc (issue 6499068)


On Sat, Sep 01, 2012 at 04:54:47PM +0100, Phil Holmes wrote:
Unfortunately it breaks make test.  Apologies - I was sure I'd
tested it with make doc, but must have omitted it with this one.  Is
the best option to revert the commit in staging, or is there a
better way?

The way is to delete origin/staging.  I've done that.

- Graham


This fixes the problem:

       progress (str(imp.load_source ("book_custom_package%s" % nr, i)))

and makes sense to me: imp.load_source retutrns a <module>; str() converts that to a string which progress can handle. Print could print the module information but progress requires a string. Push this?

--
Phil Holmes

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to