Skip to content

Commit

Permalink
drop '(get_cuda_cc_template_value)' from error message
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Aug 21, 2021
1 parent 204bcf1 commit a3b8501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/framework/easyconfig/easyconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,7 @@ def get_cuda_cc_template_value(self, key):
try:
return self.template_values[key]
except KeyError:
error_msg = "(get_cuda_cc_template_value) Template value '%s' is not defined!\n"
error_msg = "Template value '%s' is not defined!\n"
error_msg += "Make sure that either the --cuda-compute-capabilities EasyBuild configuration "
error_msg += "option is set, or that the cuda_compute_capabilities easyconfig parameter is defined."
raise EasyBuildError(error_msg, key)
Expand Down

0 comments on commit a3b8501

Please sign in to comment.