Skip to content

Commit 0c87910

Browse files
committed
.
1 parent a33b5bf commit 0c87910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dmoj/executors/compiled_executor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def create_compile_process(self, args: List[str]) -> TracedPopen:
133133
# so that we can allow it as writeable, rather than of all of /tmp.
134134
assert self._dir is not None
135135
env['TMPDIR'] = self._dir
136+
print(f'{args=}, {env=}, {self._dir=}, {self.compiler_read_fs=}, {self.compiler_write_fs=}, {self.compiler_required_dirs=}')
136137

137138
proc = TracedPopen(
138139
[utf8bytes(a) for a in args],

0 commit comments

Comments
 (0)