Minor fix wip
authordavid.stone@nokia.com
Wed, 09 Dec 2009 14:53:49 +0000
branchwip
changeset 67 fd9e04598beb
parent 66 8c8c4dfcb5e7
child 68 7c9f7096d357
Minor fix
sbsv2/raptor/test/timing_tests/parse_time_exports_mmps.py
--- a/sbsv2/raptor/test/timing_tests/parse_time_exports_mmps.py	Wed Dec 09 14:52:51 2009 +0000
+++ b/sbsv2/raptor/test/timing_tests/parse_time_exports_mmps.py	Wed Dec 09 14:53:49 2009 +0000
@@ -3,7 +3,10 @@
 import os
 
 def generate_files():
-	os.mkdirs(ReplaceEnvs("$(SBS_HOME)/test/timing_tests/test_resources/parse_time/bld.inf"))
+	try:
+		os.makedirs(ReplaceEnvs("$(SBS_HOME)/test/timing_tests/test_resources/parse_time/bld.inf"))
+	except:
+		pass
 	bldinf_path = ReplaceEnvs("$(SBS_HOME)/test/timing_tests/test_resources/parse_time/bld.inf")
 	bldinf = open(bldinf_path, "w")
 	bldinf_content = """/*