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 84f7020 commit 4c3de67Copy full SHA for 4c3de67
Lib/multiprocessing/util.py
@@ -192,9 +192,9 @@ def _get_base_temp_dir(tempfile):
192
try:
193
base_system_tempdir = tempfile._get_default_tempdir(dirlist)
194
except FileNotFoundError:
195
- warn("Process-wide temporary directory %r will not be usable for "
+ warn("Process-wide temporary directory %s will not be usable for "
196
"creating socket files and no usable system-wide temporary "
197
- "directory was found in %r", base_tempdir, dirlist)
+ "directory was found in %s", base_tempdir, dirlist)
198
# At this point, the system-wide temporary directory is not usable
199
# but we may assume that the user-defined one is, even if we will
200
# not be able to write socket files out there.
0 commit comments