We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba068c5 commit 8441a0cCopy full SHA for 8441a0c
readthedocs/core/symlink.py
@@ -144,7 +144,7 @@ def symlink_cnames(self, domain=None):
144
if domain:
145
domains = [domain]
146
else:
147
- domains = (dom.domain for dom in Domain.objects.filter(project=self.project))
+ domains = [dom.domain for dom in Domain.objects.filter(project=self.project)]
148
for dom in domains:
149
log_msg = 'Symlinking CNAME: {0} -> {1}'.format(dom, self.project.slug)
150
log.info(constants.LOG_TEMPLATE.format(project=self.project.slug,
0 commit comments