Skip to content

Commit 4863865

Browse files
authored
Improve comment
1 parent 65676df commit 4863865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ def test_module_caches(self):
10891089
"""Test module caches and invalidate_module_caches_for function."""
10901090
self.assertEqual(mod.MODULE_AVAIL_CACHE, {})
10911091

1092-
# purposely extending $MODULEPATH with non-existing path, should be handled fine
1092+
# purposely extending $MODULEPATH with an empty path, should be handled fine
10931093
nonpath = os.path.join(self.test_prefix, 'nosuchfileordirectory')
10941094
mkdir(nonpath)
10951095
self.modtool.use(nonpath)

0 commit comments

Comments
 (0)