Skip to content

Commit

Permalink
Specify meaningful default for role bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
zkdev committed Dec 2, 2024
1 parent 3fc46ca commit 1f374c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/delivery.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def scope(self):
return self.raw.get('scope')

def role_bindings(self):
return self.raw.get('role_bindings')
return self.raw.get('role_bindings', [])


class SigningCfg(ModelBase):
Expand Down

0 comments on commit 1f374c3

Please sign in to comment.