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

Zachary Turner zturner at google.com
Fri Nov 21 16:22:26 PST 2014


================
Comment at: scripts/Python/buildSwigPython.py:435
@@ +434,3 @@
+"""
+def removeignoreenoent(filename):
+	try:
----------------
Please add underscores between the words, to be consistent with the naming convention used elsewhere in this function.

http://reviews.llvm.org/D6362






More information about the lldb-commits mailing list