質問編集履歴

1

エラー箇所修正

2020/08/30 13:31

投稿

gomasan
gomasan

スコア96

test CHANGED
File without changes
test CHANGED
@@ -240,7 +240,17 @@
240
240
 
241
241
  2020
242
242
 
243
- #ここから上記のエラー
243
+ Traceback (most recent call last):
244
+
245
+ File "/Users/xxx/Desktop/ファイル/choice/xxx.py", line 66, in <module>
246
+
247
+ review_date = str2date(review_date_str)
248
+
249
+ File "/Users/xxx/Desktop/ファイル/choice/xxx.py", line 9, in str2date
250
+
251
+ tar_date = datetime(int(result[1]), int(result[2]), int(result[3]))
252
+
253
+ TypeError: 'NoneType' object is not subscriptable
244
254
 
245
255
  ```
246
256