@@ -49,7 +49,7 @@ def parse_links(path):
links += list(parser_func(file))
if links:
break
except (ValueError, TypeError):
except (ValueError, TypeError, IndexError):
# parser not supported on this file
pass
The note is not visible to the blocked user.