I actually just fixed this in r169887 (and was about to send you mail about it). Thanks again!
On Tue, Dec 11, 2012 at 10:13 AM, Sebastian Kreft <skr...@google.com> wrote: > 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 > > > > _______________________________________________ > cfe-commits mailing list > cfe-commits@cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > _______________________________________________ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits