mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Added new ascii char
This commit is contained in:
parent
d2c1220364
commit
a9ed89901e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class AsciiBox(Configs): # pylint: disable=[R0902]
|
||||||
if self.ascii_characters:
|
if self.ascii_characters:
|
||||||
self.bullet: str = '•'
|
self.bullet: str = '•'
|
||||||
self.done: str = '✔️'
|
self.done: str = '✔️'
|
||||||
self.failed: str = 'X'
|
self.failed: str = '✖️'
|
||||||
self.skipped: str = '↪'
|
self.skipped: str = '↪'
|
||||||
self.vertical_line: str = '│'
|
self.vertical_line: str = '│'
|
||||||
self.horizontal_line: str = '─'
|
self.horizontal_line: str = '─'
|
||||||
|
|
Loading…
Reference in a new issue