We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebd123 commit abbc10aCopy full SHA for abbc10a
1 file changed
client/deis.py
@@ -719,7 +719,8 @@ def formations_list(self, args):
719
formation = item['id']
720
layers = json.loads(item.get('layers', {}))
721
containers = json.loads(item.get('containers', {}))
722
- print("{formation}: layers => {layers} containers => {containers}".format(**locals()))
+ print("{formation}: layers => {layers} containers => {containers}".format(
723
+ **locals()))
724
else:
725
print('Error!', response.text)
726
0 commit comments