()
| 38 | |
| 39 | |
| 40 | def make_call_stack_more_impressive(): |
| 41 | try: |
| 42 | d = {"x": 42} |
| 43 | print(SomeClass(d["y"], "foo")) |
| 44 | except Exception: |
| 45 | log2.exception("poor me") |
| 46 | log.info("all better now!", stack_info=True) |
| 47 | |
| 48 | |
| 49 | make_call_stack_more_impressive() |
no test coverage detected
searching dependent graphs…