Slightly improve the output and get rid of pointless parameters.

This commit is contained in:
Mike Auty
2016-12-08 16:24:59 +00:00
parent 8a0609e800
commit 2aebb99ee6
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -79,6 +79,8 @@ class CommandLine(object):
if not plugin.validate(ctx, config_path):
raise RuntimeError("Unable to validate the plugin configuration")
print("\n\n")
# Construct and run the plugin
TextRenderer().render(plugin(ctx, config_path).run())