no message

This commit is contained in:
Matthew Hopkins 2014-01-07 13:41:44 -05:00
parent 5a2ff3a641
commit 26e94fe124

View File

@ -2468,7 +2468,7 @@ class BaseHighState(object):
try:
if salt.utils.is_windows():
# Make sure cache file isn't read-only
salt.modules.cmdmod._run_quiet('attrib -R "{0}"'.format(cfn))
salt.modules.cmdmod._run_quiet('attrib -R "{0}"'.format(cfn), quiet=True)
with salt.utils.fopen(cfn, 'w+') as fp_:
try:
self.serial.dump(high, fp_)