File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 53
53
" # Only keep one out of 'step' lines ('200' = 0.5%).\n " ,
54
54
" step = 200\n " ,
55
55
" # In every file, stop after 'stop' lines (None=until the end).\n " ,
56
- " stop = None"
56
+ " stop = None # type 400 to test the script and generate tiny subsets. "
57
57
]
58
58
},
59
59
{
165
165
" with open(filename, 'wb') as f:\n " ,
166
166
" # Iterate over a subset of the rows from all files.\n " ,
167
167
" for line in _iter_all_lines(files, step=step, stop=stop):\n " ,
168
- " f.write(line)"
168
+ " f.write(line)\n " ,
169
+ " print(\" *** Done! {0} has been successfully created. ***\\ n\" .format(filename))"
169
170
]
170
171
},
171
172
{
179
180
"cell_type" : " code" ,
180
181
"execution_count" : null ,
181
182
"metadata" : {
182
- "collapsed" : false
183
+ "collapsed" : false ,
184
+ "scrolled" : true
183
185
},
184
186
"outputs" : [],
185
187
"source" : [
You can’t perform that action at this time.
0 commit comments