From c5fa230c8833f98c735aee490f4271fe8eda95be Mon Sep 17 00:00:00 2001 From: Bulat Gaifullin Date: Thu, 15 Oct 2015 14:42:38 +0300 Subject: [PATCH] Added new line to confirmation message. Related-Bug: #1472982 Change-Id: Ib7a0812f745e751365c0c5cdebcc612c3d78ae6a --- fuelclient/commands/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuelclient/commands/plugins.py b/fuelclient/commands/plugins.py index 9cc84658..e9dcd6f9 100644 --- a/fuelclient/commands/plugins.py +++ b/fuelclient/commands/plugins.py @@ -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")