Skip to content

`multiple_lines' doesn't work #6

Description

@abitrolly

Hi. I am trying to format exception, but multiline_lines param doesn't seem to work.

#!/usr/bin/env python
  
import requests
from amazing_printer import ap
  
try:
    requests.get("https://expired.badssl.com/")
except Exception as e:
    ap(e, {'indent': 8, 'multiple_lines': True})

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions