From 529820e04f2a01aa4ba5a0e7e658cd1f10b19a49 Mon Sep 17 00:00:00 2001
From: easybuild <you@example.com>
Date: Tue, 23 Jul 2024 11:06:15 +0200
Subject: [PATCH] Tue, 23 Jul 2024 11:06:15 +0200

---
 karolina.md | 5 -----
 modules.py  | 4 +++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/karolina.md b/karolina.md
index 25308d97..1145388e 100644
--- a/karolina.md
+++ b/karolina.md
@@ -1,9 +1,4 @@
 
-## Core
-
-| Module | Description |
-| ------ | ----------- |
-
 ## Bio
 
 | Module | Description |
diff --git a/modules.py b/modules.py
index 7c9e26a8..b100cd0e 100755
--- a/modules.py
+++ b/modules.py
@@ -46,6 +46,8 @@ if __name__ == "__main__":
         # Ignore the specific path
         if subdir == "/apps/all/Lmod/8.7.37/modulefiles/Core":
             continue
+        if subdir == "/apps/all/Lmod/8.7.37/lmod/lmod/modulefiles/Core":
+            continue
         if subdir == "/apps/all/Lmod/8.7.37/modulefiles/Linux":
             continue
         if subdir == "/apps/all/intel-compilers/2023.2.1/modulefiles":
@@ -53,7 +55,7 @@ if __name__ == "__main__":
         if subdir == "/opt/cray/pe/modulefiles":
             continue
         if subdir == "/opt/cray/pe/craype-targets/1.4.0/modulefiles":
-                        continue
+            continue
         
         available_software = get_software_list(subdir)
         print("\n## {}\n".format(os.path.basename(subdir).title()))
-- 
GitLab