Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSkyentist committed Mar 1, 2024
1 parent 0015555 commit ec435d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grizli/pipeline/auto_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -3236,7 +3236,7 @@ def load_GroupFLT(field_root='j142724+334246', PREP_PATH='../Prep', force_ref=No
# Log that no file is found
if len(seg_files) == 0:
msg = f"auto_script.grism_prep: no segmentation image found for {key}"
msgs += "\nThis can be set manually with `force_seg`"
msg += "\nThis can be set manually with `force_seg`"
utils.log_comment(utils.LOGFILE, msg, verbose=True)

seg_file = seg_files[0]
Expand All @@ -3258,7 +3258,7 @@ def load_GroupFLT(field_root='j142724+334246', PREP_PATH='../Prep', force_ref=No
# Log that no file is found
if len(ref_files) == 0:
msg = f"auto_script.grism_prep: no reference image found for {key}"
msgs += "\nThis can be set manually with `force_ref`"
msg += "\nThis can be set manually with `force_ref`"
utils.log_comment(utils.LOGFILE, msg, verbose=True)

ref_file = ref_files[0]
Expand Down

0 comments on commit ec435d1

Please sign in to comment.