FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b5dcf0f0 authored by Dr T. Mona's avatar Dr T. Mona
Browse files

docs: typo fix

parent f18a359b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
Group surveys and run source gen on each groups:
Grouping is only run if it is defined in the config (otherwise it use all available surveys).
Example:
"Groups" : {
"PROD" : ["ODK-server", "kobo-server", "CSV-CAM"],
......@@ -12,6 +13,7 @@ Example:
It is based on the 'Origin' column of the surveys.
All unique 'Origin' will create its own group alongside the ones defined in the config.
Groups can be ignored by defining 'GroupsToIgnore' in the config (this has no effect on 'Origin' types).
Example:
"GroupsToIgnore" : ["ODK-server", "kobo-server", "CSV-CAM", "ODK", "CSV", "PV"]
'''
......@@ -422,7 +424,7 @@ class ProcessorSurveys(Processor):
output_path = f"{jobPath}/upload/{output_filename}"
self.logger.debug(f"as {output_path}")
copyfile(sources_path, output_path)
else:
# run python version without grouping surveys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment