mozilla / build-tooltool

A tool for fetching binary artifacts for builds and tests
5 stars 16 forks source link

Log 'rm tree' before 'untarring' #24

Closed djmitche closed 9 years ago

djmitche commented 9 years ago

This confused us in bug 1187047. There was no actual problem, but the logging for cleaning the tree came after the logging for untarring, suggesting that tooltool.py was deleting the directory just after untarring it.

@rillian mind having a look, since you just touched this code?

rillian commented 9 years ago

Oops. Yes, this looks good to me.