diff --git a/karolina.md b/karolina.md
index 25308d971c610fcd0d873c822c34ff7a8467cc0c..1145388e9183d0ef18b6ba7b2bf3aea5da339417 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 7c9e26a8e96d706c996b11774b3df1edb6535cad..b100cd0e32dc8a83defffefde758513e99f19bb6 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()))