質問編集履歴

1

変更ミス

2020/07/21 05:12

投稿

tbc
tbc

スコア11

test CHANGED
File without changes
test CHANGED
@@ -248,9 +248,9 @@
248
248
 
249
249
  20
250
250
 
251
- 21 if not os.path.exists(Happa_file):
251
+ 21 if not os.path.exists(DATA_file):
252
-
252
+
253
- ---> 22 self.create_data(Happa_file)
253
+ ---> 22 self.create_data(DATA_file)
254
254
 
255
255
  23
256
256
 
@@ -258,7 +258,7 @@
258
258
 
259
259
 
260
260
 
261
- ~/WORK/Load_Data.py in create_data(self, Happa_file)
261
+ ~/WORK/Load_Data.py in create_data(self, DATA_file)
262
262
 
263
263
  80
264
264