Skip to content

Commit c7a22ed

Browse files
author
Matthew Fisher
committed
fix(client): add newline back to deis scale
1 parent d91a01a commit c7a22ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ def ps_scale(self, args):
12051205
for type_num in args.get('<type=num>'):
12061206
typ, count = type_num.split('=')
12071207
body.update({typ: int(count)})
1208-
sys.stdout.write('Scaling processes... but first, coffee!')
1208+
sys.stdout.write('Scaling processes... but first, coffee!\n')
12091209
sys.stdout.flush()
12101210
try:
12111211
progress = TextProgress()

0 commit comments

Comments
 (0)