LGTM
On Thu, Feb 11, 2010 at 10:26 AM, James Ren <[email protected]> wrote: > Fix debug paths in AFE URLs > > Signed-off-by: James Ren <[email protected]> > > --- autotest/frontend/afe/urls.py 2010-02-10 20:53:35.000000000 -0800 > +++ autotest/frontend/afe/urls.py 2010-02-10 20:53:35.000000000 -0800 > @@ -67,5 +67,5 @@ > {'feed_dict': feeds}) > ) > > -if True or settings.DEBUG: > +if settings.DEBUG: > urlpatterns += debug_patterns > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
