質問編集履歴
1
変更ミス
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(
|
251
|
+
21 if not os.path.exists(DATA_file):
|
252
|
-
|
252
|
+
|
253
|
-
---> 22 self.create_data(
|
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,
|
261
|
+
~/WORK/Load_Data.py in create_data(self, DATA_file)
|
262
262
|
|
263
263
|
80
|
264
264
|
|