Skip to content

Clean up temporary files #91

@machow

Description

@machow

Currently, htmltools puts files in the folder returned by tempfile.gettempdir, but does not unlink them. If it uses the mechanisms in classes like tempfile.NamedTemporaryFiles or tempfile.TemporaryDirectory, then they can be automatically unliked (e.g. by a context manager)

tmpdir = tempfile.gettempdir()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions