Skip to content

Commit

Permalink
base_take_image.py: explicitly argue 1 snap for take_imgtype.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfanning authored and edennihy committed Dec 2, 2024
1 parent 907a920 commit 727a32a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ts/standardscripts/base_take_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ async def run(self):
self.config.image_type,
exposure,
1,
n_snaps=1,
reason=reason,
program=program,
group_id=self.group_id,
Expand Down

0 comments on commit 727a32a

Please sign in to comment.