mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user