We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50e4dc commit 1473404Copy full SHA for 1473404
src/fourc_webviewer/fourc_webserver.py
@@ -34,7 +34,8 @@
34
dict_number_leaves_to_string,
35
find_value_recursively,
36
parse_validation_error_text,
37
- smart_string2number_cast)
+ smart_string2number_cast,
38
+)
39
from fourc_webviewer.read_geometry_from_file import (
40
FourCGeometry,
41
)
@@ -367,7 +368,6 @@ def init_general_sections_state_and_server_vars(self):
367
368
self.state.general_sections[main_section_name][section_name] = (
369
section_data
370
- dict_number_leaves_to_string(self.state.general_sections)
371
372
def sync_general_sections_from_state(self):
373
"""Syncs the server-side general sections based on the current values
0 commit comments