Skip to content

We should use the gettempdir not tempdir #212

Open
@gordonwatts

Description

@gordonwatts

assert tempfile.tempdir is not None

When this access is made, if it is the first in the app to access tempfile, then the tempdir will be none. Use the method gettempdir to see if it is null. Or just remove this assert which is a bit silly anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions