Skip to content

Commit 6de2d4e

Browse files
committed
Add documentation for missing arguments
1 parent 3985f8d commit 6de2d4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/aces/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,10 @@ def load(
11061106
"""Load a configuration file from the given path and return it as a dict.
11071107
11081108
Args:
1109+
cls: The TaskExtractorConfig class that is instantiated.
11091110
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.
11101113
11111114
Raises:
11121115
FileNotFoundError: If the file does not exist.

0 commit comments

Comments
 (0)