py.lib.aw_log
py.lib.aw_log/src/aw_log/__init__.py
.. 1.202606.3 . Смешанный приоритет при выводе сообщения о исключении
1.1 --- a/src/aw_log/__init__.py Tue Jun 23 15:32:27 2026 +0300 1.2 +++ b/src/aw_log/__init__.py Tue Jun 23 15:44:20 2026 +0300 1.3 @@ -120,7 +120,7 @@ 1.4 self.alert(f'File: {_tb_file}, line {_tb_line} in {_tb_func}') 1.5 self.alert(f' {_tb_text}') 1.6 1.7 - self.err('>>> Exception Handler <<<') 1.8 + self.alert('>>> Exception Handler <<<') 1.9 for _tb_file, _tb_line, _tb_func, _tb_text in tb_data_stack: 1.10 self.alert(f'File: {_tb_file}, line {_tb_line} in {_tb_func}') 1.11 self.alert(f' {_tb_text}')