1
0
Fork 0
mirror of synced 2024-11-22 16:25:34 -05:00

Fix whitespace issue

This commit is contained in:
Chris Sivanich 2014-04-23 21:13:55 -05:00
parent 18e84711ee
commit e4abb8b7a7

View file

@ -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'])