diff options
author | pravindalve | 2020-06-24 13:59:35 +0530 |
---|---|---|
committer | pravindalve | 2020-06-24 13:59:35 +0530 |
commit | 7b8e2551b97b4d18a3769ee3a9bc6409f27427d8 (patch) | |
tree | 89691d543ea5b9ccf8d6ae56df7bb045648b6afd /Container.py | |
parent | d3bed1ef7150f8e493ebaed3b841b1fe781e974d (diff) | |
download | Chemical-Simulator-GUI-7b8e2551b97b4d18a3769ee3a9bc6409f27427d8.tar.gz Chemical-Simulator-GUI-7b8e2551b97b4d18a3769ee3a9bc6409f27427d8.tar.bz2 Chemical-Simulator-GUI-7b8e2551b97b4d18a3769ee3a9bc6409f27427d8.zip |
issue with updating database while creating new file fixed
Diffstat (limited to 'Container.py')
-rw-r--r-- | Container.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Container.py b/Container.py index 26f6250..5469de2 100644 --- a/Container.py +++ b/Container.py @@ -190,7 +190,6 @@ class Container(): try: DockWidget.show_result(NodeItem.get_dock_widget()) except AttributeError: - print(NodeItem.name + ' does not have dockwidget') pass def flat_list(lst): |