Added basic implentation for where
This commit is contained in:
@@ -90,7 +90,7 @@ class SheerkaUnpickler:
|
||||
if key == "null":
|
||||
return None
|
||||
|
||||
concept_key, concept_id = core.utils.decode_concept(key)
|
||||
concept_key, concept_id = core.utils.unstr_concept(key)
|
||||
if concept_key is not None:
|
||||
return self.sheerka.new((concept_key, concept_id)) if concept_id else self.sheerka.new(concept_key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user