Merge branch 'hotfix' into hotfix_merge

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-07 23:34:26 -04:00
11 changed files with 303 additions and 20 deletions

View File

@@ -419,7 +419,7 @@ class Link(object):
try:
resolved_link.url = node.render(context)
except Exception as exception:
logger.error(
logger.debug(
'Error resolving link "%s" URL; %s', self.text, exception
)
elif self.url: