Skip to content

Removing a running map on Windows can fail if HTCondor is writing to the log at the same time #21

Open
@JoshKarpel

Description

@JoshKarpel

This will fail occasionally with something like PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\joshk\\.htmap\\maps\\foo\\cluster_logs\\253.log':

import htmap
htmap.force_clean()

@htmap.htmap
def double(x):
    return 2 * x

result = double.map('foo', range(10))
result.remove()

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingwindowsWindows-only issueswontfixThis will not be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions