Skip to content
Snippets Groups Projects
Commit 289d38ca authored by easybuild's avatar easybuild
Browse files

Mon, 05 Nov 2018 13:28:40 +0100

parent fd6c77a2
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,8 @@ if __name__ == "__main__":
continue
first_module_path = os.path.join(software_path, software_versions[0])
software_url, software_description = get_module_description(first_module_path)
if software_description=="":
software_description="Old module, description not available. Use command `ml show NAME_MODULE`"
HTML_SOURCE_DATA[dir][soft] = {'versions': [],
'url': software_url,
'description': software_description}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment