[
https://issues.apache.org/jira/browse/WHIMSY-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15092624#comment-15092624
]
Sebb commented on WHIMSY-34:
----------------------------
A fix appears to be to replace
@nonpmcs = head.sub(/.*?also has/m,'').
with
@nonpmcs = head.sub(/.*?also has /m,'').
i.e. add a space after 'has'. This prevents the replaced line from starting
with a space.
Alternatively, use something like:
@nonpmcs = head.sub(/.*?also has/m,'x').
> Spurious data in commitee-info.json
> -----------------------------------
>
> Key: WHIMSY-34
> URL: https://issues.apache.org/jira/browse/WHIMSY-34
> Project: Whimsy
> Issue Type: Bug
> Environment: https://whimsy.apache.org/public/committee-info.json
> Reporter: Sebb
>
> There is a spurious entry at the end of committee-info.json.
> I'm not sure if it has appeared recently or it it was always there.
> "thefollowingboardcommittees": {
> "display_name": "the following Board Committees:",
> "site": null,
> "description": null,
> "mail_list": "the following board committees:",
> "established": null,
> "report": [
> ],
> "chair": {
> },
> "roster": {
> },
> "pmc": false
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)