Skip to content
Snippets Groups Projects
Commit ed92f4c0 authored by florian's avatar florian
Browse files

FIX: Prevent SyntaxWarning

parent 8b77fe23
Branches
Tags
2 merge requests!123REL: Release v0.6.0,!115Use cached_get_entity_by
Pipeline #36511 passed
...@@ -65,7 +65,7 @@ class Identifiable(): ...@@ -65,7 +65,7 @@ class Identifiable():
self.path = path self.path = path
self.record_type = record_type self.record_type = record_type
self.name = name self.name = name
if name is "": if name == "":
self.name = None self.name = None
self.properties: dict = {} self.properties: dict = {}
if properties is not None: if properties is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment