Skip to content

Commit

Permalink
canvasmain: Fix typing error in render_error_details
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Feb 17, 2021
1 parent 9886950 commit 50cbdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecanvas/application/canvasmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ def collectall(
IncompatibleChannelTypeError))
)
contents = []
if missing_node_defs is not None:
if missing_node_defs:
contents.extend([
"Missing node definitions:",
*[" \N{BULLET} " + e.args[0] for e in missing_node_defs],
Expand Down

0 comments on commit 50cbdb7

Please sign in to comment.