git-pw icon indicating copy to clipboard operation
git-pw copied to clipboard

Failure to clean temporary directories

Open pinchartl opened this issue 8 months ago • 0 comments
trafficstars

Commands that download patchwork API resources for internal usage (such as git pw series apply) call api.download() without an output argument. This creates a temporary directory to store the downloaded resources. git-pw leaves those temporary directories around, slowly filling /tmp over time. They should instead be removed upon exit.

pinchartl avatar Feb 26 '25 07:02 pinchartl