[cfe-commits] Set_library_file patch

Matt Beaumont-Gay matthewbg at google.com
Tue Dec 11 10:17:06 PST 2012


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 <skreft at 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 at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



More information about the cfe-commits mailing list