Fix whitespace issue
This commit is contained in:
parent
18e84711ee
commit
e4abb8b7a7
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ class Dispatcher(object):
|
||||||
def dispatch(self, tasks):
|
def dispatch(self, tasks):
|
||||||
success = True
|
success = True
|
||||||
for task in tasks:
|
for task in tasks:
|
||||||
|
|
||||||
for action in task:
|
for action in task:
|
||||||
if action == 'meta':
|
if action == 'meta':
|
||||||
self._handle_metadata(task['meta'])
|
self._handle_metadata(task['meta'])
|
||||||
|
|
Loading…
Reference in a new issue