From 84b82314bc45dd122706f9261e57df759aa0ad39 Mon Sep 17 00:00:00 2001 From: Paul Saxe Date: Mon, 27 May 2024 19:53:03 -0400 Subject: [PATCH] Bugfix: error saving Results table --- HISTORY.rst | 2 ++ seamm/tk_node.py | 1 + 2 files changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index d1fac69..5ffbcb2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,8 @@ ======= History ======= +2024.5.27 -- Bugfix: Error saving results table. + 2024.5.26 -- Bugfix: Error when clicking "Cancel" on some dialogs * Dialogs that have a Results tab -- mainly the computational engines -- raised an error if the "Cancel" button was clicked. "OK" worked. This fixes the problem. diff --git a/seamm/tk_node.py b/seamm/tk_node.py index 15e548b..fbe573e 100644 --- a/seamm/tk_node.py +++ b/seamm/tk_node.py @@ -1140,6 +1140,7 @@ def _table_cb(self, event): for ( key, w_property, + w_json, w_check, w_variable, w_table,