[cfe-commits] Set_library_file patch
    Sebastian Kreft 
    skreft at google.com
       
    Tue Dec 11 10:13:26 PST 2012
    
    
  
Hi Daniel, please find below a small patch to fix the set_library-file
method.
Index: cindex.py
===================================================================
--- cindex.py    (revision 169823)
+++ cindex.py    (working copy)
@@ -3052,7 +3052,7 @@
             raise Exception("library file must be set before before using
" \
                             "any other functionalities in libclang.")
-        Config.library_file = path
+        Config.library_file = file
     @staticmethod
     def set_compatibility_check(check_status):
-- 
Sebastian Kreft
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121211/dfb3af59/attachment.html>
    
    
More information about the cfe-commits
mailing list