Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
change print on layer:create
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Jul 26, 2013
1 parent bbfad86 commit d83c2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/deis/client.py
Expand Up @@ -720,7 +720,7 @@ def layers_create(self, args):
o = args.get(opt)
if o:
body.update({opt.strip('-'): o})
sys.stdout.write('Creating layer {}...'.format(args['<id>']))
sys.stdout.write('Creating {} layer... '.format(args['<id>']))
sys.stdout.flush()
response = self._dispatch('post', '/api/formations/{}/layers'.format(formation),
json.dumps(body))
Expand Down

0 comments on commit d83c2c0

Please sign in to comment.