diff --git a/hydra_plugins/jz_hydra_submitit_launcher_plugin/searchpath_config.py b/hydra_plugins/jz_hydra_submitit_launcher_plugin/searchpath_config.py index cea3102..740568e 100644 --- a/hydra_plugins/jz_hydra_submitit_launcher_plugin/searchpath_config.py +++ b/hydra_plugins/jz_hydra_submitit_launcher_plugin/searchpath_config.py @@ -2,6 +2,7 @@ from hydra.core.config_search_path import ConfigSearchPath from hydra.plugins.search_path_plugin import SearchPathPlugin + class JeanZaySearchPathPlugin(SearchPathPlugin): def manipulate_search_path(self, search_path: ConfigSearchPath) -> None: # Appends the search path for this plugin to the end of the search path