4teamwork / ftw.linkchecker

0 stars 0 forks source link

Use plone_site_information directly #18

Closed busykoala closed 5 years ago

busykoala commented 5 years ago

Instead of creating a dict of plone site information we could access it directly on the object. Therefore we do not need to loop through them twice. https://github.com/4teamwork/ftw.linkchecker/blob/c8a40bc3215da5be6abeb30f68ba901f923cb192/ftw/linkchecker/command/checking_links.py#L22-L26 Also see discussion here