summaryrefslogtreecommitdiff
path: root/bundler/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundler/main.py')
-rw-r--r--bundler/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler/main.py b/bundler/main.py
index 5590e01..e26537a 100644
--- a/bundler/main.py
+++ b/bundler/main.py
@@ -77,7 +77,7 @@ def main():
gc.run(sorted_repos, args.nightly)
ps = init(PythonSetupAll)
- ps.run(sorted_repos)
+ ps.run(sorted_repos, binaries_path)
cd = init(CreateDirStructure, os.path.join(bd, "Bitmask"))
cd.run()