質問編集履歴

1

エラーの追記

2021/04/09 08:06

投稿

mngoro
mngoro

スコア3

test CHANGED
File without changes
test CHANGED
@@ -46,7 +46,31 @@
46
46
 
47
47
  ```
48
48
 
49
+ エラー
50
+
51
+ ```ここに言語を入力
52
+
53
+ []
54
+
55
+ Downloading: []
56
+
57
+ Traceback (most recent call last):
58
+
59
+ File "c:/Users/python/ftp/get_ftp3.py", line 24, in <module>
60
+
61
+ with open(files, "wb") as f:
62
+
63
+ TypeError: expected str, bytes or os.PathLike object, not list
64
+
65
+ ```
66
+
67
+
68
+
69
+
70
+
49
71
  環境
72
+
73
+ 現在テスト環境で行っています
50
74
 
51
75
  docker win10
52
76