質問編集履歴
1
エラー内容を修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
エラー
|
40
40
|
```
|
41
41
|
line 5, in <module>
|
42
|
-
result_change=result[
|
42
|
+
result_change=result[61:15]
|
43
43
|
TypeError: 'CompletedProcess' object is not subscriptable
|
44
44
|
```
|
45
45
|
|