Skip to content

If you print the records, it will throw error #44

@sumansaurabh

Description

@sumansaurabh
    dns_records = []
    with open(zone_file_path,"r") as stream:
        content = stream.read()
        records: list[Record] = zonefile_parser.parse(content)
        print(records) # it will throw error because of incorrect implement of repr
    return dns_records

print(records) # it will throw error because of incorrect implement of repr

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions