Skip to content

Commit

Permalink
#2758 Fixed include path to only pick up files for LFRic.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Oct 28, 2024
1 parent c9a8e4d commit af25fcf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def init_module_manager():
# to read extracted data from a file) relative to the infrastructure path:
psyclone_root = os.path.dirname(os.path.dirname(os.path.dirname(
os.path.dirname(os.path.dirname(infrastructure_path)))))
read_mod_path = os.path.join(psyclone_root, "lib", "extract", "standalone")
read_mod_path = os.path.join(psyclone_root, "lib", "extract",
"standalone", "lfric")
# Enforce loading of the default ModuleManager
ModuleManager._instance = None

Expand Down

0 comments on commit af25fcf

Please sign in to comment.