Hi Nils,

On 2018-04-15, Nils Bruin <nbr...@sfu.ca> wrote:
> ...
> where this code was committed:
>
>     try:
>         # Capture errors from distutils and its child processes
>         with open(os.path.join(target_dir, name + ".err"), 'w+') as errfile:
>             try:
>                 with redirection(sys.stderr, errfile, close=False):
>                     dist.run_command("build")
>             finally:
>                 errfile.seek(0)
>                 distutils_messages = errfile.read()
>     except Exception as msg:
>         msg = str(msg) + "\n" + distutils_messages
>         raise RuntimeError(msg.strip())

Thank you! I'll try to undo that commit till the exercise group is
done...

Best regards,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to