We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb76033 commit b8a11ebCopy full SHA for b8a11eb
referencing/_core.py
@@ -169,8 +169,9 @@ def with_identified_resources(
169
uncrawled = self._uncrawled.evolver()
170
contents = self._contents.evolver()
171
for uri, resource in pairs:
172
+ if uri not in self._contents or self._contents[uri][0] != resource:
173
+ uncrawled.add(uri)
174
contents[uri] = resource, m()
- uncrawled.add(uri)
175
return evolve(
176
self,
177
contents=contents.persistent(),
0 commit comments