Skip to content
Snippets Groups Projects
Commit efdb8c23 authored by Marko Mecina's avatar Marko Mecina
Browse files

update HK processor arguments

parent a6ba6736
No related branches found
No related tags found
No related merge requests found
......@@ -1086,7 +1086,7 @@ def process_file(infile, outdir):
# put HK in FITS
try:
hkfile = mk_hk_prod(hks, infile)
hkfile = mk_hk_prod(hks, infile, outdir)
except Exception as err:
hkfile = None
logging.error("Failed creating ENG product for {} ({}).".format(infile, err))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment