diff --git a/coordinator/ProcessorSurveys.py b/coordinator/ProcessorSurveys.py index 0804e125a7d17f7231b3065a36beb86f6e104d75..33ab937ad26b3f7b64af53871f83652ef9e20c96 100644 --- a/coordinator/ProcessorSurveys.py +++ b/coordinator/ProcessorSurveys.py @@ -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