iolanta 2.1.21__py3-none-any.whl → 2.1.22__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- iolanta/sparqlspace/processor.py +3 -0
- {iolanta-2.1.21.dist-info → iolanta-2.1.22.dist-info}/METADATA +1 -1
- {iolanta-2.1.21.dist-info → iolanta-2.1.22.dist-info}/RECORD +5 -5
- {iolanta-2.1.21.dist-info → iolanta-2.1.22.dist-info}/WHEEL +0 -0
- {iolanta-2.1.21.dist-info → iolanta-2.1.22.dist-info}/entry_points.txt +0 -0
iolanta/sparqlspace/processor.py
CHANGED
|
@@ -607,6 +607,9 @@ class GlobalSPARQLProcessor(Processor): # noqa: WPS338, WPS214
|
|
|
607
607
|
except HTTPError as http_error:
|
|
608
608
|
self.logger.warning(f"{source} | HTTP error: {http_error}")
|
|
609
609
|
return Loaded()
|
|
610
|
+
except TypeError as type_error:
|
|
611
|
+
self.logger.error(f"{source} | JSON-LD type error: {type_error}")
|
|
612
|
+
return Loaded()
|
|
610
613
|
|
|
611
614
|
try:
|
|
612
615
|
quads = list(
|
|
@@ -164,13 +164,13 @@ iolanta/sparqlspace/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
|
164
164
|
iolanta/sparqlspace/cli.py,sha256=pb6q03lzrU8OaZ4A3QAQEmaFYcQ_-sHUrPhRs6GE88w,1590
|
|
165
165
|
iolanta/sparqlspace/inference/wikidata-prop-label.sparql,sha256=JYLAs28Z3a77cMcv44aZplwwrdqB-yshZn1dDZmRFAU,250
|
|
166
166
|
iolanta/sparqlspace/inference/wikidata-statement-label.sparql,sha256=_Dp9jKCpCp2pLk0uacNUhUvvQ2Hov-WiMFprtuYTRyY,759
|
|
167
|
-
iolanta/sparqlspace/processor.py,sha256=
|
|
167
|
+
iolanta/sparqlspace/processor.py,sha256=oAVewN98B9GwgAzkrzYfStAR4nyU2esAWPA_F3jGlfk,25675
|
|
168
168
|
iolanta/sparqlspace/redirects.py,sha256=8k_8ow0vhQKdYZq-iN0XGsYVGYvQWWov0BpQc0BXPQk,2772
|
|
169
169
|
iolanta/sparqlspace/sparqlspace.py,sha256=Y8_ZPXwuGEXbEes6XQjaQWA2Zv9y8SWxMPDFdqVBGFo,796
|
|
170
170
|
iolanta/widgets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
171
171
|
iolanta/widgets/description.py,sha256=98Qd3FwT9r8sYqKjl9ZEptaVX9jJ2ULWf0uy3j52p5o,800
|
|
172
172
|
iolanta/widgets/mixin.py,sha256=nDRCOc-gizCf1a5DAcYs4hW8eZEd6pHBPFsfm0ncv7E,251
|
|
173
|
-
iolanta-2.1.
|
|
174
|
-
iolanta-2.1.
|
|
175
|
-
iolanta-2.1.
|
|
176
|
-
iolanta-2.1.
|
|
173
|
+
iolanta-2.1.22.dist-info/METADATA,sha256=d2_lWmVa097LSgmgdT9b6iST6LgJk3Fe5Gi5FUI_N90,2349
|
|
174
|
+
iolanta-2.1.22.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
|
|
175
|
+
iolanta-2.1.22.dist-info/entry_points.txt,sha256=ArQ-tRMRs-X_w78E1-4f4oaE7beHskz9knYOPgkE-ms,2604
|
|
176
|
+
iolanta-2.1.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|