summaryrefslogtreecommitdiffstats
path: root/third_party/python/taskcluster_taskgraph/taskgraph/morph.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/taskcluster_taskgraph/taskgraph/morph.py')
-rw-r--r--third_party/python/taskcluster_taskgraph/taskgraph/morph.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/python/taskcluster_taskgraph/taskgraph/morph.py b/third_party/python/taskcluster_taskgraph/taskgraph/morph.py
index bfa1560270..e4bb268ab8 100644
--- a/third_party/python/taskcluster_taskgraph/taskgraph/morph.py
+++ b/third_party/python/taskcluster_taskgraph/taskgraph/morph.py
@@ -38,6 +38,7 @@ registered_morphs = []
def register_morph(func):
registered_morphs.append(func)
+ return func
def amend_taskgraph(taskgraph, label_to_taskid, to_add):