Thanks to visit codestin.com Credit goes to github.com
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 f93972d commit 0fbbb0cCopy full SHA for 0fbbb0c
1 file changed
IPython/utils/module_paths.py
@@ -74,7 +74,7 @@ def find_module(name, path=None):
74
return filename
75
else:
76
file.close()
77
- if os.path.splitext(filename)[1] in [".py", "pyc"]:
+ if os.path.splitext(filename)[1] in [".py", ".pyc"]:
78
79
80
return None
0 commit comments