mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
indent code
This commit is contained in:
parent
bfcd814ca7
commit
dc98fa6f88
@ -103,8 +103,8 @@ This on the other hand is `DISCOURAGED`:
|
||||
from os.path import join
|
||||
|
||||
def minion_path():
|
||||
path = join(self.opts['cachedir'], 'minions')
|
||||
return path
|
||||
path = join(self.opts['cachedir'], 'minions')
|
||||
return path
|
||||
|
||||
The time when this is changed is for importing exceptions, generally directly
|
||||
importing exceptions is preferred:
|
||||
|
Loading…
Reference in New Issue
Block a user