chore: use value instead of string to avoid "none" output in "marginmode"
This commit is contained in:
@@ -13,4 +13,4 @@ class MarginMode(str, Enum):
|
|||||||
NONE = ""
|
NONE = ""
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.name.lower()}"
|
return f"{self.value.lower()}"
|
||||||
|
|||||||
Reference in New Issue
Block a user