Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
debora-pe committed Aug 26, 2024
1 parent ed3c097 commit 6a0367e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pypeit/scripts/chk_flexure.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main(args):
# Loop over the input files
for in_file in args.input_file:

print(f'\nCheck fluxure for file: {in_file}')
msgs.info(f'Checking fluxure for file: {in_file}')

# What kind of file are we??
hdul = fits.open(in_file)
Expand Down Expand Up @@ -98,7 +98,9 @@ def main(args):
spec_flex.pprint_all()
# return the table
return_tables.append(spec_flex)


# space between files for clarity
print('')
return return_tables


Expand Down

0 comments on commit 6a0367e

Please sign in to comment.