質問編集履歴
1
エラー内容を修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
line 5, in <module>
|
82
82
|
|
83
|
-
result_change=result[1:
|
83
|
+
result_change=result[61:15]
|
84
84
|
|
85
85
|
TypeError: 'CompletedProcess' object is not subscriptable
|
86
86
|
|