Update test.py
Browse files
test.py
CHANGED
@@ -4,9 +4,9 @@ import difflib
|
|
4 |
|
5 |
#输入文本
|
6 |
input_text = "TypeError: unsupported operand type(s) for ^: 'int' and 'float'"
|
7 |
-
demo_code_folder = '
|
8 |
|
9 |
-
errorType = pd.read_excel('
|
10 |
type = []
|
11 |
for i in range(len(errorType)):
|
12 |
information = {
|
|
|
4 |
|
5 |
#输入文本
|
6 |
input_text = "TypeError: unsupported operand type(s) for ^: 'int' and 'float'"
|
7 |
+
demo_code_folder = './'
|
8 |
|
9 |
+
errorType = pd.read_excel('./错误类型.xlsx')
|
10 |
type = []
|
11 |
for i in range(len(errorType)):
|
12 |
information = {
|