Mercurial > repos > pieterlukasse > nist_wrapper
changeset 8:35e4707e0ac3
fix
| author | pieter.lukasse@wur.nl | 
|---|---|
| date | Thu, 22 Jan 2015 22:07:40 +0100 | 
| parents | 165c22633081 | 
| children | 8c20185752da | 
| files | nist_wrapper.py | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/nist_wrapper.py Thu Jan 22 22:06:00 2015 +0100 +++ b/nist_wrapper.py Thu Jan 22 22:07:40 2015 +0100 @@ -311,7 +311,7 @@ new_nist_home = _prepare_NIST(uuid_value, nist_home_dir, nist_ini_file, spectrum_file, is_wine, log_file) # run NIST search command: - _run_NIST(new_nist_home, nist_output_file, is_wine) + _run_NIST(new_nist_home, nist_output_file, is_wine, log_file) # write output tabular: hits_dict = utils.get_nist_out_as_dict(nist_output_file)
