is there a reason it makes sense to be calling `Ex...
# development
h
is there a reason it makes sense to be calling
ExceptionSink.reset_log_location
twice here? https://github.com/pantsbuild/pants/blob/master/src/python/pants/bin/pants_runner.py#L85
a
yes
or
no
sorry
it depends on what
init_workdir()
does
it looks like no
and that we can remove the second call
init_workdir()
looks like it returns the workdir
and it computes
workdir_src
from
--pants-workdir
option