Skip to content

Commit 6ea9497

Browse files
Argh... Previous cleanup was a bit too quick...
1 parent 7f4b01b commit 6ea9497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/importlib/_bootstrap_external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ def find_spec(self, fullname, target=None):
16291629
cache_module = tail_module
16301630
cache = self._path_cache
16311631

1632-
if cache_module.isascii() and not self._cache_is_normalized:
1632+
if not cache_module.isascii() and not self._cache_is_normalized:
16331633
self._normalize_cache()
16341634

16351635
# Check if the module is the name of a directory (and thus a package).

0 commit comments

Comments
 (0)