FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5cbb0337 authored by L. Bower's avatar L. Bower
Browse files

Merge remote-tracking branch 'origin/main' into main

parents 317c6e21 d9339404
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ class ProcessorSurveys(ProcessorBase):
del groups[group_name]
# create a list of each group and their content
groups_list = DataFrame(columns=['Group','Group_longname','Content','SourcesFile'])
groups_list = DataFrame(columns=['Group','Group_longname','SourcesFile'])
for group_name,group_meta in groups.items():
......@@ -369,7 +369,7 @@ class ProcessorSurveys(ProcessorBase):
copyfile(sources_path, output_path)
# add group to the list of groups
groups_list = concat([groups_list, DataFrame({'Group':[group_name],'Group_longname':[group_longname],'Content':[group_content],'SourcesFile':[output_filename]})])
groups_list = concat([groups_list, DataFrame({'Group':[group_name],'Group_longname':[group_longname],'SourcesFile':[output_filename]})])
# THIS CAN BE REMOVED ONCE THE GROUPS ARE PROPERLY PICKED UP BY THE METOFFICE
if (group_name == 'PROD'):
......
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