We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffa138 commit 4d57d74Copy full SHA for 4d57d74
Lib/test/_test_multiprocessing.py
@@ -6813,7 +6813,7 @@ def test_std_streams_flushed_after_preload(self):
6813
dirname = os.path.join(self._temp_dir, 'preloaded_module')
6814
init_name = os.path.join(dirname, '__init__.py')
6815
os.mkdir(dirname)
6816
- with open(os.path.join(init_name), "w") as f:
+ with open(init_name, "w") as f:
6817
cmd = '''if 1:
6818
import sys
6819
print('stderr', file=sys.stderr)
0 commit comments