We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfad86 commit d83c2c0Copy full SHA for d83c2c0
1 file changed
client/deis/client.py
@@ -720,7 +720,7 @@ def layers_create(self, args):
720
o = args.get(opt)
721
if o:
722
body.update({opt.strip('-'): o})
723
- sys.stdout.write('Creating layer {}...'.format(args['<id>']))
+ sys.stdout.write('Creating {} layer... '.format(args['<id>']))
724
sys.stdout.flush()
725
response = self._dispatch('post', '/api/formations/{}/layers'.format(formation),
726
json.dumps(body))
0 commit comments