From 30cf5f44d5fc63dfcc014c1d7e6afd37356a0904 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 31 Mar 2015 23:32:55 +0100 Subject: [PATCH] Update to the new disable alias --- salt/client/ssh/ssh_py_shim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/client/ssh/ssh_py_shim.py b/salt/client/ssh/ssh_py_shim.py index c9bda4d7b193..5251c61f24bd 100644 --- a/salt/client/ssh/ssh_py_shim.py +++ b/salt/client/ssh/ssh_py_shim.py @@ -34,7 +34,7 @@ class OBJ(object): # The below line is where OPTIONS can be redefined with internal options # (rather than cli arguments) when the shim is bundled by # client.ssh.Single._cmd_str() -# pylint: disable=block-comment-should-start-with-'# ' +# pylint: disable=block-comment-should-start-with-cardinal-space #%%OPTS