Skip to content

Commit 0a1f0aa

Browse files
committed
return the info gathered, not always an empty list
1 parent 94a970a commit 0a1f0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyff/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def parse(self, resource: Resource, content: str) -> Mapping[str, Any]:
8484
resource.expire_time = None
8585
resource.last_seen = utc_now().replace(microsecond=0)
8686

87-
return dict()
87+
return info
8888

8989

9090
class XRDParser(PyffParser):

0 commit comments

Comments
 (0)