File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -597,7 +597,7 @@ def sync_design_conditions_sections_from_state(self):
597597 ].sections .items ():
598598 if section_name .startswith ("DESIGN " ):
599599 self ._server_vars ["fourc_yaml_content" ].pop (section_name )
600- self ._server_vars ["fourc_yaml_content" ].add (new_dc_sections )
600+ self ._server_vars ["fourc_yaml_content" ].combine_sections (new_dc_sections )
601601
602602 def init_result_description_state_and_server_vars (self ):
603603 """Initialize the state and server variables for the result description
Original file line number Diff line number Diff line change 11"""Utility to run the webserver on a defined port."""
22
3+ from fourc_webviewer .fourc_webserver import FourCWebServer
34from fourc_webviewer_default_files import (
45 DEFAULT_INPUT_FILE ,
56)
You can’t perform that action at this time.
0 commit comments