Hi Daniel,

Thanks. FYI I am in the middle of a massive update to clutch.py.

Regards,
Dave

Sent from my iPhone

> On Mar 9, 2019, at 8:16 AM, Daniel Shahaf <d...@daniel.shahaf.name> wrote:
> 
> The links in the 'F' column are broken.  Patch:
> 
> Index: clutch.py
> ===================================================================
> --- clutch.py    (revision 1855125)
> +++ clutch.py    (working copy)
> @@ -1117,7 +1117,7 @@ for k in sorted(projectNames, key=str.lower):
>             '          <td 
> class="issue">{0}</td>\n'.format(projects[k]['hasReportingGroup']))
> 
>     if projects[k]['hasStatusEntry']:
> -        fileXml.write('          <td class="cool1"><a 
> href="projects/{0}.html">{1}</a></td>\n'.format(
> +        fileXml.write('          <td class="cool1"><a 
> href="/projects/{0}.html">{1}</a></td>\n'.format(
>             projects[k]['statusFileName'], projects[k]['hasStatusEntry']))
>     else:
>         fileXml.write(
> 
> Cheers,
> 
> Daniel
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to