質問編集履歴
1
エラーメッセージの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,19 @@
|
|
24
24
|
|
25
25
|
```
|
26
26
|
|
27
|
+
C:XXXXXXXX>python XXX.py
|
28
|
+
|
29
|
+
Traceback (most recent call last):
|
30
|
+
|
31
|
+
File "XXX.py", line 87, in <module>
|
32
|
+
|
33
|
+
test()
|
34
|
+
|
35
|
+
File "XXX.py", line 57, in test
|
36
|
+
|
37
|
+
issues[issue] = issues[issue].replace("{" + param + "}", str(params[param]))
|
38
|
+
|
27
|
-
|
39
|
+
AttributeError: 'list' object has no attribute 'replace'
|
28
40
|
|
29
41
|
```
|
30
42
|
|