Skip to content

Commit

Permalink
trying to remove the remove due to CI failing message
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Dec 13, 2024
1 parent e3e602d commit 9775ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmc/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9775ca8

Please sign in to comment.