[Buildbot-devel] FW: [Buildbot-commits] buildbot/buildbot/slave commands.py,1.31,1.32

Nick Trout nick at rockstarvancouver.com
Fri May 13 23:57:26 UTC 2005


> buildbot/slave/commands.py (rmdirRecursive): added a check
> to ensure the path passed into rmdirRecursive actually exists.
> On win32 a non-existant path would generate an exception.

You could just the following for NT/XP:

	rmdir /S /Q dirname

Nick





More information about the devel mailing list