Skip to content

Commit

Permalink
Fix logic error
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Oct 9, 2024
1 parent 918cfa4 commit c227238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ts/externalscripts/base_take_twilight_flats.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ async def take_twilight_flats(self):
{self.config.max_exp_time} s. Taking images with exposure \
time {self.config.max_exp_time}."
)
exp_time = self.config.max_exp_time

if exp_time < self.config.min_exp_time:
self.log.warning(
Expand Down

0 comments on commit c227238

Please sign in to comment.