mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Remove trailing white-space.
This commit is contained in:
parent
6a5f189188
commit
67dc1c4e7a
@ -1002,7 +1002,7 @@ class AESFuncs(object):
|
||||
self.event.fire_event(event, tagify(event['tag'], base=load['pretag']))
|
||||
else:
|
||||
tag = load['tag']
|
||||
self.event.fire_event(load, tag)
|
||||
self.event.fire_event(load, tag)
|
||||
return True
|
||||
|
||||
def _return(self, load):
|
||||
|
@ -1035,7 +1035,7 @@ class Minion(object):
|
||||
),
|
||||
tagify([self.opts['id'], 'start'], 'minion'),
|
||||
)
|
||||
|
||||
|
||||
# Make sure to gracefully handle SIGUSR1
|
||||
enable_sigusr1_handler()
|
||||
|
||||
@ -1139,7 +1139,7 @@ class Minion(object):
|
||||
time.asctime()
|
||||
),
|
||||
tagify([self.opts['id'], 'start'], 'minion'),
|
||||
)
|
||||
)
|
||||
loop_interval = int(self.opts['loop_interval'])
|
||||
while True:
|
||||
try:
|
||||
@ -1306,7 +1306,7 @@ class Syndic(Minion):
|
||||
time.asctime()
|
||||
),
|
||||
tagify([self.opts['id'], 'start'], 'syndic'),
|
||||
)
|
||||
)
|
||||
|
||||
# Make sure to gracefully handle SIGUSR1
|
||||
enable_sigusr1_handler()
|
||||
|
Loading…
Reference in New Issue
Block a user