Made MapperDev() more representable

This commit is contained in:
Anton Hvornum 2022-02-09 11:48:13 +01:00
parent f2750c8d21
commit 45d37ad58d
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class MapperDev:
mappername :str
def __repr__(self) -> str:
return self.path
return f"MapperDev({self.path})"
@property
def name(self):