Skip to content

Commit

Permalink
fix constraints by returning them
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalvin Chau authored and vigsterkr committed Jun 27, 2017
1 parent 2c80b00 commit bd0bfd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marathonspawner/marathonspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def get_constraints(self):
constraints = []
for c in self.marathon_constraints:
constraints.append(MarathonConstraint.from_json(c))
return constraints

@run_on_executor
def get_deployment(self, deployment_id):
Expand Down

0 comments on commit bd0bfd0

Please sign in to comment.