From 9775ca82e00b45d53cbfa6c512566783010814c8 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 13 Dec 2024 10:26:53 +0100 Subject: [PATCH] trying to remove the remove due to CI failing message --- openmc/lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/lib/__init__.py b/openmc/lib/__init__.py index ef5329d0885..9756deb91b1 100644 --- a/openmc/lib/__init__.py +++ b/openmc/lib/__init__.py @@ -27,7 +27,7 @@ def load_openmc_library(): except (IndexError, FileNotFoundError): # Attempt to load the library from the installed module import sys - sys.path.remove('') +# sys.path.remove('') import openmc if openmc.lib: _filename = openmc.lib[0]