Skip to content

A better solution to the ./var/ problem

username-removed-56772 requested to merge warsaw/mailman:novaragain into master

Instead of calling shutil.rmtree() to remove the var/ directory --which could blow away legitimate var/ directories-- just don't create them in the first place.

Merge request reports