Skip to content

Implement TXT and ARCHIVE report generators. #11

@Argmaster

Description

@Argmaster
if report_type == ReportType.TXT:
    msg = "Rendering of report type txt is not supported yet."
    raise NotImplementedError(msg)

if report_type == ReportType.ARCHIVE:
    msg = "Rendering of report type archive is not supported yet."
    raise NotImplementedError(msg)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions