From: Roland Dreier Date: Thu, 3 May 2007 18:29:41 +0000 (-0700) Subject: Fix deleting series trash directory X-Git-Tag: v0.13~94 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/84d00348353386756de38c08e5c17013faa83de7?hp=84d00348353386756de38c08e5c17013faa83de7 Fix deleting series trash directory When deleting a series, the loop that iterates through the files in __trash_dir needs to add __trash_dir to the filename that it passes to os.remove(). Signed-off-by: Roland Dreier ---