On Wed, Oct 28, 2009 at 10:19 AM, Uwe Hermann <uwe@hermann-uwe.de> wrote:
See patch.
Thanks for finding the build I missed.

I'd prefer having "(This may take a while)" on the next line so that it doesn't wrap.

I prefer
-    print '    SCONFIG     Output File:', os.path.basename(
outputfilename)

over custom splits and joins.

+    print '    SCONFIG   ', join(outputfilename.split('/')[-5:], '/')

Can we go back to os.path.basename?  If so:
Acked-by: Myles Watson <mylesgw@gmail.com>

Thanks,
Myles