madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

extract log needs to be added #91

Open madscatt opened 6 years ago

madscatt commented 6 years ago

Currently, GenApp requires at least a single file in a folder to select a folder (i.e. a folder by itself cannot be selected). This was handled in merge utilities to move merge.log to the sascalc folder. There is a patch to GenApp extract_utilities to "touch" extract.log to overcome this. For consistency, we need to make a similar extract.log file with similar output as what is done in merge. That said, one could look at the JSON and LOG file written by module utilities to handle this instead.