We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3985f8d commit 6de2d4eCopy full SHA for 6de2d4e
src/aces/config.py
@@ -1106,7 +1106,10 @@ def load(
1106
"""Load a configuration file from the given path and return it as a dict.
1107
1108
Args:
1109
+ cls: The TaskExtractorConfig class that is instantiated.
1110
config_path: The path to which a configuration object will be read from in YAML form.
1111
+ predicates_path: The path to which a predicates configuration object will be read from in
1112
+ YAML form. Used to override predicates in the original configuration file.
1113
1114
Raises:
1115
FileNotFoundError: If the file does not exist.
0 commit comments