Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug when using execution unit compilation #446

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

niknetniko
Copy link
Member

@niknetniko niknetniko commented Oct 16, 2023

Due to a bad flattening, all (execution) units had index 0, meaning they all tried to use the same folder. In most cases, this isn't a problem, but sometimes it is. Fixed by giving the units a proper index.

This fixes the recent FileExistsError: [Errno 17] File exists: '/home/runner/workdir/execution_0' errors.

Due to a bad flattening, all units had index 0, meaning they all tried
to use the same folder. In most cases, this isn't a problem, but it is
sometimes.
@niknetniko niknetniko merged commit bbfbda8 into master Oct 16, 2023
5 checks passed
@niknetniko niknetniko deleted the fix/compilation-bug branch October 16, 2023 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant