Skip to content

Fix node loop exiting early when a node has no projects#2

Open
mattrendell wants to merge 1 commit into
ArdenB:mainfrom
mattrendell:fix-node-loop-early-exit
Open

Fix node loop exiting early when a node has no projects#2
mattrendell wants to merge 1 commit into
ArdenB:mainfrom
mattrendell:fix-node-loop-early-exit

Conversation

@mattrendell

Copy link
Copy Markdown

Using break when a node's project summary was empty exited the whole node loop, so any remaining nodes were never processed. This changes it to continue so only the empty node is skipped.

Use 'continue' instead of 'break' so remaining nodes are still
processed when one node's project summary is empty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant