|
|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
Traceback (most recent call last):
File "D:/检测你的代码量.py", line 52, in <module>
search_file(path)
File "D:/检测你的代码量.py", line 45, in search_file
search_file(each_file)
File "D:/检测你的代码量.py", line 45, in search_file
search_file(each_file)
File "D:/检测你的代码量.py", line 45, in search_file
search_file(each_file)
[Previous line repeated 987 more times]
File "D:/检测你的代码量.py", line 32, in search_file
ext=os.path.splitext(each_file)[1]
File "C:\Users\Joshua\AppData\Local\Programs\Python\Python36\lib\ntpath.py", line 227, in splitext
return genericpath._splitext(p, '\\', '/', '.')
File "C:\Users\Joshua\AppData\Local\Programs\Python\Python36\lib\genericpath.py", line 127, in _splitext
sepIndex = max(sepIndex, altsepIndex)
RecursionError: maximum recursion depth exceeded in comparison |
|