Skip to content

Commit 09b8b9a

Browse files
non OOT
1 parent 0cdf8fd commit 09b8b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_embed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ def test_init_pybuilddir(self):
13181318
with self.tmpdir_with_python() as tmpdir:
13191319
# pybuilddir.txt is a sub-directory relative to the current
13201320
# directory (tmpdir)
1321-
vpath = sysconfig.get_config_var("VPATH")
1321+
vpath = sysconfig.get_config_var("VPATH") or ''
13221322
subdir = 'libdir'
13231323
libdir = os.path.join(tmpdir, subdir)
13241324
# The stdlib dir is dirname(executable) + VPATH + 'Lib'

0 commit comments

Comments
 (0)