spacing fix

This commit is contained in:
Volker Schwicking 2013-08-07 20:56:19 +02:00
parent 86d9b354a3
commit a3a6fd3e52

View File

@ -2059,9 +2059,9 @@ class ClearFuncs(object):
self.opts['cachedir'],
self.opts['hash_type']
)
# Announce the job on the event bus
self.event.fire_event(clear_load, 'new_job')
# Announce the job on the event bus
self.event.fire_event(clear_load, 'new_job')
# Verify the jid dir
if not os.path.isdir(jid_dir):