Made MapperDev() more representable
This commit is contained in:
parent
f2750c8d21
commit
45d37ad58d
|
|
@ -17,7 +17,7 @@ class MapperDev:
|
||||||
mappername :str
|
mappername :str
|
||||||
|
|
||||||
def __repr__(self) -> str:
|
def __repr__(self) -> str:
|
||||||
return self.path
|
return f"MapperDev({self.path})"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue