Skip to content

Commit

Permalink
Corrected small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dschreij committed May 14, 2019
1 parent 750bb57 commit 85938ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QOpenScienceFramework/widgets/projecttree.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def populate_tree(self, reply, parent=None, recursive=False):
parent.setChildIndicatorPolicy(
QtWidgets.QTreeWidgetItem.DontShowIndicatorWhenChildless)
except RuntimeError:
warnings.warn('Node referenced after deletion:', e)
warnings.warn('Node referenced after deletion')
except TypeError:
warnings.warn('Could not fetch node\'s status:', parent.text(0))

Expand Down

0 comments on commit 85938ad

Please sign in to comment.