mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
merge develop into main
This commit is contained in:
parent
f82ed5e127
commit
a8ac7cd538
418 changed files with 26017 additions and 4665 deletions
|
|
@ -123,6 +123,8 @@ class PypeFormatter(logging.Formatter):
|
|||
|
||||
if record.exc_info is not None:
|
||||
line_len = len(str(record.exc_info[1]))
|
||||
if line_len > 30:
|
||||
line_len = 30
|
||||
out = "{}\n{}\n{}\n{}\n{}".format(
|
||||
out,
|
||||
line_len * "=",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue