Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirkby committed Nov 15, 2018
1 parent 34af8bd commit ee2beba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desisurvey/scripts/surveyinit.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def calculate_initial_plan(args):
design['TEXP'][sel] = texp

hdus.append(fits.BinTableHDU(design, name='DESIGN'))
fullname = config.get_path(args.name)
fullname = config.get_path(args.save)
hdus.writeto(fullname, overwrite=True)
log.info('Saved initial plan to "{}".'.format(fullname))

Expand Down

0 comments on commit ee2beba

Please sign in to comment.