Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

outset file on_demand line 538 #91

@Theile

Description

@Theile

I have been looking into this solution, and we use it on several customers, thank you very much!

On line 538 of outset (as part of on_demand argument), this is done:

        open(cleanup_trigger, "w").close()
        time.sleep(0.5)
        if os.path.exists(cleanup_trigger):
            cleanup(cleanup_trigger)

I might not now all about python, but to me it looks like you are creating the cleanup_trigger file, and deleting it again. What am I missing?

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