From 98c7c36f0324a43a55450d4a78e63a6363c8f9ca Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Thu, 29 Sep 2005 16:34:20 +0000 Subject: Harmless typo in signal catcher. svn path=/main/branches/2.0/; revision=2053 --- bin/dispatch-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dispatch-conf b/bin/dispatch-conf index 5007353fc..c1d8b700b 100755 --- a/bin/dispatch-conf +++ b/bin/dispatch-conf @@ -48,7 +48,7 @@ os.umask(oldmask) # Ensure the scratch dir is deleted def cleanup(mydir=SCRATCH_DIR): - shutil.rmtree(SCRATCH_DIR) + shutil.rmtree(mydir) atexit.register(cleanup) MANDATORY_OPTS = [ 'archive-dir', 'diff', 'replace-cvs', 'replace-wscomments', 'merge' ] -- cgit v1.2.3-1-g7c22