We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736dd09 commit cbea632Copy full SHA for cbea632
emod_api/campaign.py
@@ -42,10 +42,11 @@ def set_schema(schema_path_in):
42
Set the (path to) the schema file. And reset all campaign variables. This is essentially a
43
"start_building_campaign" function.
44
45
- Args:
46
- schema_path_in. The path to a schema.json.
+ Parameters:
+ schema_path_in (str): The path to a schema.json file
47
+
48
Returns:
- Nothing
49
50
"""
51
reset()
52
global schema_path, _schema_json
0 commit comments