質問編集履歴

1

エラーメッセージの修正

2019/10/13 11:24

投稿

J.sakamoto
J.sakamoto

スコア6

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
- TypeError: can only concatenate str (not "list") to str
39
+ AttributeError: 'list' object has no attribute 'replace'
28
40
 
29
41
  ```
30
42