Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
7ed2d43b
Commit
7ed2d43b
authored
Jun 07, 2021
by
Wout De Nolf
Browse files
DataNodeContainer: use super
parent
edb068c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/data/node.py
View file @
7ed2d43b
...
...
@@ -1428,8 +1428,7 @@ class DataNodeContainer(DataNode):
def
__init__
(
self
,
node_type
,
name
,
parent
=
None
,
connection
=
None
,
create
=
False
,
**
kwargs
):
DataNode
.
__init__
(
self
,
super
().
__init__
(
node_type
,
name
,
parent
=
parent
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment