mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-27 00:05:13 +02:00
Another protection
This commit is contained in:
parent
4bc215e19a
commit
69197861d9
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ class Processor(ConsumerProducer):
|
||||||
|
|
||||||
o = defn["definition"]
|
o = defn["definition"]
|
||||||
|
|
||||||
|
if s == "": continue
|
||||||
|
if o == "": continue
|
||||||
|
|
||||||
s_value = Value(value=str(s_uri), is_uri=True)
|
s_value = Value(value=str(s_uri), is_uri=True)
|
||||||
o_value = Value(value=str(o), is_uri=False)
|
o_value = Value(value=str(o), is_uri=False)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue