[Webkit-unassigned] [Bug 77869] [GTK] Make sure html_dir exists before calling gtkdoc-rebase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 09:20:18 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77869





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2012-02-06 09:20:19 PST ---
(From update of attachment 125631)
View in context: https://bugs.webkit.org/attachment.cgi?id=125631&action=review

> Tools/gtk/gtkdoc.py:361
> +        if not os.path.isdir(html_dir):
> +            return

This should probably raise an exception, so that the user knows the process failed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list