Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Dec 31, 2023
1 parent a33b5bf commit 0c87910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dmoj/executors/compiled_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def create_compile_process(self, args: List[str]) -> TracedPopen:
# so that we can allow it as writeable, rather than of all of /tmp.
assert self._dir is not None
env['TMPDIR'] = self._dir
print(f'{args=}, {env=}, {self._dir=}, {self.compiler_read_fs=}, {self.compiler_write_fs=}, {self.compiler_required_dirs=}')

proc = TracedPopen(
[utf8bytes(a) for a in args],
Expand Down

0 comments on commit 0c87910

Please sign in to comment.