Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee authored May 20, 2024
1 parent 79eeb68 commit df97778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/pocs/observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def process_observation(
try:
image_title = f'{field_name} [{exptime}s] {seq_id}'

cr2_file_path = file_path.replace('.fits', '.cr2').repalce('.fz', '')
cr2_file_path = file_path.replace('.fits', '.cr2').replace('.fz', '')

link_path = None
if metadata.get('is_primary', False):
Expand Down

0 comments on commit df97778

Please sign in to comment.