mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Single quotes
This commit is contained in:
parent
2a3ac0b7c9
commit
86ed822148
1 changed files with 2 additions and 2 deletions
|
@ -378,9 +378,9 @@ class TestDaemon(object):
|
|||
return True
|
||||
|
||||
def post_setup_minions(self):
|
||||
"""
|
||||
'''
|
||||
Subclass this method to execute code after the minions have been setup
|
||||
"""
|
||||
'''
|
||||
|
||||
def _enter_mockbin(self):
|
||||
path = os.environ.get('PATH', '')
|
||||
|
|
Loading…
Add table
Reference in a new issue