From 97153c3c0d787593d48a8d6b0c00ccc6e84b6f5f Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Fri, 4 Jan 2013 11:40:59 -0700 Subject: [PATCH] Fix indents to make @s0ndt3ch happy --- salt/master.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/salt/master.py b/salt/master.py index a5696bb270..4afa523556 100644 --- a/salt/master.py +++ b/salt/master.py @@ -810,10 +810,11 @@ class AESFuncs(object): fp_.write('') except (IOError, OSError): log.error( - ('Failed to commit the write tag for the syndic return,' - ' are permissions correct in the cache dir:' - ' {0}?').format(self.opts['cachedir']) - ) + ('Failed to commit the write tag for the syndic return,' + ' are permissions correct in the cache dir:' + ' {0}?').format(self.opts['cachedir'] + ) + ) return False # Format individual return loads