Skip to content

Commit

Permalink
wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Alan Weaver committed Dec 3, 2015
1 parent 2e05ed9 commit 9a87f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydl/pydlspec2d/spec1d/template_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def template_input(options):
'Version of 2d reduction')
hdu0.header.update('RUN1D', os.getenv('RUN1D'),
'Version of 1d reduction')
hdu0.header.update('FILENAME', inputfile)
hdu0.header.update('FILENAME', options.inputfile)
hdu0.header.update('METHOD', method.upper(), 'Method used')
if method == 'hmf':
hdu0.header.update('NONNEG', nonnegative, 'Was nonnegative HMF used?')
Expand Down

0 comments on commit 9a87f3b

Please sign in to comment.