[Webkit-unassigned] [Bug 119618] Adding a .ycm_extra_conf file for webkitGtk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 12 15:40:01 PST 2013


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





--- Comment #7 from Adrian Perez <aperez at igalia.com>  2013-12-12 15:38:12 PST ---
(In reply to comment #6)
> (In reply to comment #3)
> 
> > > Tools/gtk/ycm_extra_conf.py:30
> > > +sys.path = [__tools_directory] + sys.path
> > 
> > It would be good to use os.path.abspath() after determining
> > __tools_directory, just in case.
> 
> Okay.

Also, I forgot to mention that this looks like a more Pythonic way of
modifying an array (and it avoids creating temporary values):

  sys.path.insert(0, __tools_directory)

-- 
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