Upgrade to Python 3.8 + duplicate check when adding in sdp

This commit is contained in:
2019-11-06 16:01:58 +01:00
parent 0d2adf1b6c
commit b818c992ec
6 changed files with 244 additions and 39 deletions
+1 -2
View File
@@ -99,8 +99,7 @@ class ErrorConcept(Concept):
Concept.__init__(self, "error", is_builtin=True, where=where, pre=pre, post=post, body=body, desc=desc)
def __repr__(self):
return f"{self.name} : {self.body}"
return f"({self.id}){self.name} : {self.body}"
class Property:
"""