diff -u -r1.7.2.10 dispatch-conf --- bin/dispatch-conf 12 May 2005 15:20:22 -0000 1.7.2.10 +++ bin/dispatch-conf 11 Aug 2005 14:26:15 -0000 @@ -48,7 +48,7 @@ # 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' ]