Fixed concept token parsing
This commit is contained in:
@@ -799,9 +799,6 @@ class Sheerka(Concept):
|
||||
:return:
|
||||
"""
|
||||
|
||||
if isinstance(a, BuiltinConcepts): # common KSI error ;-)
|
||||
raise SyntaxError("Remember that the first parameter of isinstance MUST be a concept")
|
||||
|
||||
if not isinstance(a, Concept):
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user