mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix lint per #12621
This commit is contained in:
parent
fd86dad864
commit
76b6a593c6
@ -102,7 +102,7 @@ class CkMinions(object):
|
||||
'''
|
||||
cwd = os.getcwd()
|
||||
pki_dir = os.path.join(self.opts['pki_dir'], self.acc)
|
||||
|
||||
|
||||
# If there is no directory return an empty list
|
||||
if os.path.isdir(pki_dir) is False:
|
||||
return []
|
||||
|
Loading…
Reference in New Issue
Block a user