diff --git a/includes/usr/bin/annotations.py b/includes/usr/bin/annotations.py index 2b3383a..431e218 100755 --- a/includes/usr/bin/annotations.py +++ b/includes/usr/bin/annotations.py @@ -144,8 +144,8 @@ regex = { r'"description":\s*"(?P[^"]+)",\s*' r'"fingerprint":\s*"(?P[^"]+)",\s*' r'"location":\s*\{\s*"path":\s*"(?P[^"]+)".+?' - r'"line[s]?":.+?(?P\d+).*?\}},' - r'(?:\s"content":\s\{"body":\s"(?P.+?)")?' + r'"line[s]?":.+?(?P\d+).*?\}}' + r'(?:,\s"content":\s\{"body":\s"(?P.+?)")?' ) }