Skip to content

Commit 4d57d74

Browse files
duanegvstinner
andauthored
Update Lib/test/_test_multiprocessing.py
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 4ffa138 commit 4d57d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6813,7 +6813,7 @@ def test_std_streams_flushed_after_preload(self):
68136813
dirname = os.path.join(self._temp_dir, 'preloaded_module')
68146814
init_name = os.path.join(dirname, '__init__.py')
68156815
os.mkdir(dirname)
6816-
with open(os.path.join(init_name), "w") as f:
6816+
with open(init_name, "w") as f:
68176817
cmd = '''if 1:
68186818
import sys
68196819
print('stderr', file=sys.stderr)

0 commit comments

Comments
 (0)