summaryrefslogtreecommitdiff
path: root/funcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'funcs.py')
-rw-r--r--funcs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/funcs.py b/funcs.py
index ada6e7d..ecc7d81 100644
--- a/funcs.py
+++ b/funcs.py
@@ -79,7 +79,6 @@ def run_contractor_dump(ctx, filename=None):
# Run the contractor to do a build.
def run_contractor_build(ctx, filename=None):
- pass
argv = _contractor() + ['build', filename]
_run(ctx, argv)