Revisión | 7473d40bfe9e1fa3f97880ffd33d92315715c9ba (tree) |
---|---|
Tiempo | 2024-09-27 19:07:56 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I now remove the output csv files which I do not need in general.
@@ -181,6 +181,11 @@ | ||
181 | 181 | ) |
182 | 182 | |
183 | 183 | |
184 | +## clean the flat files which are now unneeded | |
185 | + | |
186 | +remove_files_with_pattern("../output/data_park_flat_files/*csv") | |
187 | + | |
188 | + | |
184 | 189 | print("So far so good") |
185 | 190 | |
186 | 191 |