Code review comment for lp:~brian.curtin/dirspec/windows-buildout

Revision history for this message
dobey (dobey) wrote :

+FOR %%B in (u1trial) do (SET TRIALPATH=%%~$PATH:B)

We are not using u1trial in dirspec, nor have we ever been (as it would introduce a circular dep, and now a dep on twisted which doesn't work with python3). This line should be removed.

review: Needs Fixing

« Back to merge proposal