summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-06-24 23:47:10 +0200
committerJan Pokorný <jpokorny@redhat.com>2015-07-02 23:43:31 +0200
commit86a1c8518c2ce9dc026dfa336fc49f29b3ef3aee (patch)
tree353b78d783cd94caa40757438cebe0275ce326d0 /commands
parent1c4992df96b55af5588983b49f33074b3c2f27f4 (diff)
downloadclufter-86a1c8518c2ce9dc026dfa336fc49f29b3ef3aee.tar.gz
clufter-86a1c8518c2ce9dc026dfa336fc49f29b3ef3aee.tar.xz
clufter-86a1c8518c2ce9dc026dfa336fc49f29b3ef3aee.zip
commands/ccs2pcscmd-flatiron: cosmetics (newlines)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'commands')
-rw-r--r--commands/ccs2pcscmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ccs2pcscmd.py b/commands/ccs2pcscmd.py
index 3ca4bc6..e0e994f 100644
--- a/commands/ccs2pcscmd.py
+++ b/commands/ccs2pcscmd.py
@@ -52,7 +52,6 @@ def ccs2pcscmd_flatiron(cmd_ctxt,
noguidance omit extraneous guiding
text_width for commands rewrapping (0/-1/neg. ~ auto/disable/hi-limit)
"""
-
cmd_ctxt['pcscmd_force'] = force
cmd_ctxt['pcscmd_noauth'] = noauth
cmd_ctxt['pcscmd_verbose'] = not(silent)
@@ -62,6 +61,7 @@ def ccs2pcscmd_flatiron(cmd_ctxt,
cmd_ctxt['pcscmd_start_wait'] = start_wait
cmd_ctxt['pcscmd_noguidance'] = noguidance
cmd_ctxt['text_width'] = text_width
+
file_proto = protocols.plugins['file'].ensure_proto
return (
file_proto(input),