[Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist

Ed Maste emaste at freebsd.org
Fri Nov 21 13:59:33 PST 2014


================
Comment at: scripts/Python/buildSwigPython.py:686-687
@@ -685,4 +685,4 @@
 	   (strEnvVarLLDBDisablePython == "1"):
 		os.remove( strSwigOutputFile );
 		open( strSwigOutputFile, 'w' ).close(); # Touch the file
 		if bDebug:
----------------
Do we not have the same issue here?

http://reviews.llvm.org/D6362






More information about the lldb-commits mailing list