Skip to content

Commit

Permalink
Merge pull request #287 from faf/duplicate_init_fix
Browse files Browse the repository at this point in the history
Duplicate init of the super class in LXCContainer class
  • Loading branch information
vhajdari committed Mar 17, 2020
2 parents 8f88a87 + 8472d96 commit e81e0e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/models/LXCContainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def __init__(self, input):
if input.get('imageAlias'):
self.setImageAlias(input.get('imageAlias'))

super(LXCContainer, self).__init__(remoteHost=self.remoteHost)
if input.get('autostart') != None:
self.setBootType(input.get('autostart'))
else:
Expand Down

0 comments on commit e81e0e8

Please sign in to comment.