diff --git a/dbt/context/common.py b/dbt/context/common.py index 9524eb4ed5e..3223ed53f47 100644 --- a/dbt/context/common.py +++ b/dbt/context/common.py @@ -128,6 +128,7 @@ def call(name, status, data=[]): 'status': status, 'data': data }) + return '' return call @@ -220,6 +221,7 @@ def write(node, target_path, subdirectory): def fn(payload): node['build_path'] = dbt.writer.write_node( node, target_path, subdirectory, payload) + return '' return fn