whitespace

This commit is contained in:
Thomas S Hatch 2014-03-17 10:15:31 -06:00
parent ea2c4cd297
commit 10a3f74c0e

View File

@ -96,7 +96,7 @@ class SaltCMD(parsers.SaltCMDOptionParser):
if 'token' in self.config:
try:
with salt.utils.fopen(os.path.join(self.config['cachedir'], '.root_key') , 'r') as fp_:
with salt.utils.fopen(os.path.join(self.config['cachedir'], '.root_key'), 'r') as fp_:
kwargs['key'] = fp_.readline()
except IOError:
kwargs['token'] = self.config['token']