Fix lint per #12621

This commit is contained in:
Thomas S Hatch 2014-05-08 11:25:36 -06:00
parent fd86dad864
commit 76b6a593c6

View File

@ -102,7 +102,7 @@ class CkMinions(object):
''' '''
cwd = os.getcwd() cwd = os.getcwd()
pki_dir = os.path.join(self.opts['pki_dir'], self.acc) pki_dir = os.path.join(self.opts['pki_dir'], self.acc)
# If there is no directory return an empty list # If there is no directory return an empty list
if os.path.isdir(pki_dir) is False: if os.path.isdir(pki_dir) is False:
return [] return []