mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-27 08:15: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"]
|
||||
|
||||
if s == "": continue
|
||||
if o == "": continue
|
||||
|
||||
s_value = Value(value=str(s_uri), is_uri=True)
|
||||
o_value = Value(value=str(o), is_uri=False)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue