Collin Funk wrote: > This is because megasubdirs is a list. The correct call should be > ' '.join(megasubdirs).
Indeed, when there are such typos in the code, you know that it has not been tested. > I've attached a patch that fixes all of these so --create-megatestdir > should work properly now. Well done. Thanks! Applied. Bruno