Skip to content

Commit

Permalink
reinstate "see also" accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm authored Mar 7, 2024
1 parent 4b873ec commit ec7be23
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 @@ -830,7 +830,7 @@ def check_deprecated(self, path):
depr_maj_ver = int(str(VERSION).split('.')[0]) + 1
depr_ver = '%s.0' % depr_maj_ver

more_info_depr_ec = " (https://docs.easybuild.io/deprecated-easyconfigs)"
more_info_depr_ec = " (see also https://docs.easybuild.io/deprecated-easyconfigs)"

self.log.deprecated(depr_msg, depr_ver, more_info=more_info_depr_ec, silent=build_option('silent'))

Expand Down

0 comments on commit ec7be23

Please sign in to comment.