Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed May 6, 2024
1 parent 300ba50 commit e3d41dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/pocs/camera/gphoto/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def _readout(self, filename, headers, *args, **kwargs):
self.logger.debug(f'Reading Canon DSLR exposure for {filename=}')
try:
self.logger.debug(f"Converting CR2 -> FITS: {filename}")
fits_path = cr2_utils.cr2_to_fits(filename, headers=headers, remopve_cr2=True)
fits_path = cr2_utils.cr2_to_fits(filename, headers=headers, remove_cr2=True)
except TimeoutError:
self.logger.error(f'Error processing exposure for {filename} on {self}')
finally:
Expand Down

0 comments on commit e3d41dc

Please sign in to comment.