Added new line to confirmation message.

Related-Bug: #1472982
Change-Id: Ib7a0812f745e751365c0c5cdebcc612c3d78ae6a
This commit is contained in:
Bulat Gaifullin 2015-10-15 14:42:38 +03:00 committed by Bulat Gaifullin
parent 769df968e1
commit c5fa230c88

View File

@ -36,4 +36,4 @@ class PluginsSync(PluginsMixIn, base.BaseCommand):
def take_action(self, parsed_args):
ids = parsed_args.ids if len(parsed_args.ids) > 0 else None
self.client.sync(ids=ids)
self.app.stdout.write("Plugins were successfully synchronized.")
self.app.stdout.write("Plugins were successfully synchronized.\n")