Skip to content

Commit

Permalink
Merge pull request #169 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Bugfix: error saving Results table
  • Loading branch information
seamm committed May 28, 2024
2 parents 3905edd + 84b8231 commit a6bf1ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions seamm/tk_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,7 @@ def _table_cb(self, event):
for (
key,
w_property,
w_json,
w_check,
w_variable,
w_table,
Expand Down

0 comments on commit a6bf1ba

Please sign in to comment.