Message: Stop passing around the sandbox directory in messages
I am changing the behaviour such that knowing where a build's sandbox is is no longer necessary. In _message.py, remove 'sandbox' from the message's constructor and members. In job.py, stop passing 'sandbox' into the message constructor. In widget.py, stop reading message.sandbox This is related to #539
Loading
Please register or sign in to comment