Skip to content

dig warning as output when no response #17

@WKobes

Description

@WKobes

When there is no response for a specific record type, but there is a warning from dig, the warning is returned as output.

Observed output:

>>> pydig.query("*.XXXXXX.com", "A")
[';; Warning: Message parser reports malformed message packet.']

Expected output:

>>> pydig.query("*.XXXXXX.com", "A")
[]

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