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 65676df commit 4863865Copy full SHA for 4863865
test/framework/modules.py
@@ -1089,7 +1089,7 @@ def test_module_caches(self):
1089
"""Test module caches and invalidate_module_caches_for function."""
1090
self.assertEqual(mod.MODULE_AVAIL_CACHE, {})
1091
1092
- # purposely extending $MODULEPATH with non-existing path, should be handled fine
+ # purposely extending $MODULEPATH with an empty path, should be handled fine
1093
nonpath = os.path.join(self.test_prefix, 'nosuchfileordirectory')
1094
mkdir(nonpath)
1095
self.modtool.use(nonpath)
0 commit comments