mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix indents to make @s0ndt3ch happy
This commit is contained in:
parent
be50743e2b
commit
97153c3c0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user