Skip to content

Commit

Permalink
style: Alter slit to use '-' rather than '_' (squonk job execution)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 15, 2025
1 parent 7dbba30 commit f5a7957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/cset_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def set_mol(
)
ref = site_obvs
except SiteObservation.DoesNotExist:
search_code = i.split(":")[0].split("_")[0]
search_code = i.split(":")[0].split("-")[0]
logger.info(
"That failed - now looking for SiteObservation search_code=%s, target=%s...",
search_code,
Expand Down

0 comments on commit f5a7957

Please sign in to comment.