Fix cleanup of temporary files.

Review Request #9718 — Created March 1, 2018 and submitted — Latest diff uploaded

Information

ReviewBot
release-1.0.x
86cb97e...

Reviewers

A typo was preventing the successful cleanup of temporary files after
each tool was run. This change fixes that up. A longer-term goal of mine
is to fix up the temporary file stuff to make things work via context
managers but for now this will at least stop people's temp directories
from filling up.

Ran some tools and saw that tempfiles weren't left over.

    Loading...