diff --git a/bin/contentctl_project/contentctl_infrastructure/adapter/obj_to_conf_adapter.py b/bin/contentctl_project/contentctl_infrastructure/adapter/obj_to_conf_adapter.py index d9c0bed363..edb5e9c494 100644 --- a/bin/contentctl_project/contentctl_infrastructure/adapter/obj_to_conf_adapter.py +++ b/bin/contentctl_project/contentctl_infrastructure/adapter/obj_to_conf_adapter.py @@ -59,8 +59,8 @@ class ObjToConfAdapter(Adapter): workbench_panels.append(investigation) investigation.search = investigation.search.replace(">",">") investigation.search = investigation.search.replace("<","<") - ConfWriter.writeConfFileHeader(os.path.join(output_path, - 'default/data/ui/panels/', str("workbench_panel_" + response_file_name_xml))) + # ConfWriter.writeConfFileHeader(os.path.join(output_path, + # 'default/data/ui/panels/', str("workbench_panel_" + response_file_name_xml))) ConfWriter.writeConfFile('panel.j2', os.path.join(output_path, 'default/data/ui/panels/', str("workbench_panel_" + response_file_name_xml)),