Skip to content

Commit

Permalink
fix in jenkins_node.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jan 4, 2019
1 parent 5f68721 commit 485805b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion building_blocks/jenkins_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def __init__(self, **kwargs):
# Trouble getting MRO with kwargs working correctly, so just call
# the parent class constructors manually for now.
# super(python, self).__init__(**kwargs)
ConfigureMake.__init__(self, **kwargs)
rm.__init__(self, **kwargs)
tar.__init__(self, **kwargs)
wget.__init__(self, **kwargs)
Expand Down

0 comments on commit 485805b

Please sign in to comment.