# HG changeset patch # User pieter.lukasse@wur.nl # Date 1421960860 -3600 # Node ID 35e4707e0ac367fc3fdf4a26c8532b869784b706 # Parent 165c22633081f29a415021b7d806f78b1432aa5c fix diff -r 165c22633081 -r 35e4707e0ac3 nist_wrapper.py --- 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)