Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-21 19:27:23 -04:00
parent 159a5c9fac
commit a930b8aa8c
+1 -1
View File
@@ -146,7 +146,7 @@ def setup_logging():
def filter(self, record):
return len(record.getMessage()) > 2
def override_padding(self, console, options): # pylint: disable=redefine-outer-name
def override_padding(self, console, options): # pylint: disable=redefined-outer-name
style = console.get_style(self.style)
width = options.max_width
self.left = 0