Revision: 3898
Author: janne.t.harkonen
Date: Wed Aug 25 00:41:43 2010
Log: remove the temp dir after jar has been created
http://code.google.com/p/robotframework/source/detail?r=3898

Modified:
 /trunk/package.py

=======================================
--- /trunk/package.py   Wed Aug 25 00:32:50 2010
+++ /trunk/package.py   Wed Aug 25 00:41:43 2010
@@ -200,6 +200,7 @@
     _copy_files_to(tmpdir)
     jar_path = _create_jar_file()
     _fill_jar(tmpdir, jar_path)
+    shutil.rmtree(tmpdir)

 def _create_tmpdir():
     tmpdir = os.path.join(ROOT_PATH, 'tmp-jar-dir')

Reply via email to