Skip to content

Commit d83c2c0

Browse files
author
Gabriel Monroy
committed
change print on layer:create
1 parent bbfad86 commit d83c2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def layers_create(self, args):
720720
o = args.get(opt)
721721
if o:
722722
body.update({opt.strip('-'): o})
723-
sys.stdout.write('Creating layer {}...'.format(args['<id>']))
723+
sys.stdout.write('Creating {} layer... '.format(args['<id>']))
724724
sys.stdout.flush()
725725
response = self._dispatch('post', '/api/formations/{}/layers'.format(formation),
726726
json.dumps(body))

0 commit comments

Comments
 (0)