Issue 1178

This commit is contained in:
Thomas Nagy 2012-08-02 01:04:58 +02:00
parent a93a2c552f
commit 72248961c8
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ def download_tool(tool, force=False, ctx=None):
continue
else:
tmp = ctx.root.make_node(os.sep.join((Context.waf_dir, 'waflib', 'extras', tool + '.py')))
tmp.write(web.read())
tmp.write(web.read(), 'wb')
Logs.warn('Downloaded %s from %s' % (tool, url))
download_check(tmp)
try: