Skip to content

Conversation

@troygibb
Copy link
Contributor

Description

Attempt number one of trying to fix the following error:

15:21:59 1:         if not os.access(self._replay_directory, os.W_OK):
15:21:59 1: >           raise PermissionError(f'No write permission for directory: {self._replay_directory}')
15:21:59 1: E           PermissionError: No write permission for directory: /tmp/replay_testing

Need some env variable to figure out if we're in the buildfarm or not. Generally it is more useful to dump replay assets in /tmp but we'll see how this goes.

@troygibb troygibb merged commit 2e151fe into main Oct 14, 2025
4 checks passed
@troygibb troygibb deleted the tgibb-buildfarm-fix-attempt branch October 14, 2025 22:42
This was referenced Oct 14, 2025
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.

2 participants