Comment 2 for bug 328707

Revision history for this message
Guy Rozendorn (guy-rozendorn) wrote :

In the patch suggested,
buildout will recursively create the cache directory if the path does not exist, by using calling os.makedir, which will raise an exception in case of write error.

In case the path exists but its a file a directory, a proper error message will be printed to the user.