Kaydet (Commit) 41763b96 authored tarafından Ka-Ping Yee's avatar Ka-Ping Yee

Fix typo in instantiation of ErrorDuringImport.

üst 5a804edd
......@@ -1069,7 +1069,7 @@ def locate(path):
continue
else:
# Some other error occurred before executing the module.
raise ErrorDuringImport(filename, sys.exc_info())
raise ErrorDuringImport(path, sys.exc_info())
try:
x = module
for p in parts[n:]:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment