Replaced tab in run-tests.py
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 07 Mar 2008 00:01:13 +0100
changeset 6209 4e8cd15240bf
parent 6208 c88b9e597588
child 6210 942287cb1f57
Replaced tab in run-tests.py
tests/run-tests.py
--- a/tests/run-tests.py	Wed Mar 05 08:00:05 2008 +0100
+++ b/tests/run-tests.py	Fri Mar 07 00:01:13 2008 +0100
@@ -402,7 +402,7 @@
 
     os.chdir(TESTDIR)
     if not options.keep_tmpdir:
-	    shutil.rmtree(tmpd, True)
+        shutil.rmtree(tmpd, True)
     if skipped:
         return None
     return ret == 0