Bug 1318099 - Disable artifact build tasks on the graphics branch: add empty line to make flake8 happy. r=flake8-fix

This commit is contained in:
Sebastian Hengst 2016-11-18 00:25:36 +01:00
parent 9cb5f9e9cf
commit 0acd4ede3e

View File

@ -127,6 +127,7 @@ def target_tasks_graphics(full_task_graph, parameters):
the graphics branch that aren't on the candidate branches of artifact
builds"""
filtered_for_project = target_tasks_default(full_task_graph, parameters)
def filter(task):
if task.attributes['kind'] == 'artifact-build':
return False