Skip to content

Commit

Permalink
update log msg to account for deleted loop
Browse files Browse the repository at this point in the history
  • Loading branch information
smoors committed Oct 5, 2024
1 parent e358ee7 commit 8d38e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_tools/hooks_hydra.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def calc_tc_gen(name, version, tcname, tcversion, easyblock):
log_msg = f"Determined toolchain {tcname} for {software}"
return tcname, log_msg

log_msg = f"Invalid toolchain {tcname} for {software}"
log_msg = f"Invalid toolchain {tcname} and/or toolchain version {tcversion} for {software}"
return False, log_msg


Expand Down

0 comments on commit 8d38e4c

Please sign in to comment.