diff --git a/easybuild/tools/module_naming_scheme/generation_mns.py b/easybuild/tools/module_naming_scheme/generation_mns.py index fb4c5e619a..71b6fe76c6 100644 --- a/easybuild/tools/module_naming_scheme/generation_mns.py +++ b/easybuild/tools/module_naming_scheme/generation_mns.py @@ -71,8 +71,9 @@ def det_module_subdir(self, ec): if ec['toolchain']['name'] == 'foss': release_date = ec['toolchain']['version'] - elif ec['toolchain']['name'] == 'GCCcore': - # please add a new GCCcore version if you want to use a new toolchain version. + elif ec['toolchain']['name'] == 'GCCcore': + # please add a new GCCcore version + # if you want to use a new toolchain version. if ec['toolchain']['version'] == '7.3.0': release_date = '2018b' elif ec['toolchain']['version'] == '6.3.0': @@ -85,8 +86,9 @@ def det_module_subdir(self, ec): release_date = '2019b' elif ec['toolchain']['version'] == '10.2.0': release_date = '2020b' - elif ec['toolchain']['name'] == 'GCC': - # please add a new GCC version if you want to use a new toolchain version. + elif ec['toolchain']['name'] == 'GCC': + # please add a new GCC version + # if you want to use a new toolchain version. if ec['toolchain']['version'] == '7.3.0-2.30': release_date = '2018b' elif ec['toolchain']['version'] == '6.3.0-2.27':