Skip to content
Snippets Groups Projects

Fix error message of CBackend for unsupported nodes

Concatenating __class__ and str is not supported. Should be str(type(self)) (full type path) or self.__class__.__name__ (just class name)

Edited by Stephan Seitz

Merge request reports

Pipeline #17160 passed

Pipeline passed for 8e684d8f on seitz:fix-unsupported-nodes-error-message

Approval is optional

Merged by Martin BauerMartin Bauer 5 years ago (Aug 15, 2019 7:15am UTC)

Loading

Pipeline #17237 passed

Pipeline passed for 83597528 on master

Test coverage 78.89% from 0 jobs

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply