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 1328b3f..326e80b 100644
--- a/bundler/main.py
+++ b/bundler/main.py
@@ -100,7 +100,7 @@ def main():
fd.run()
cm = init(CopyMisc)
- cm.run()
+ cm.run(binaries_path)
pyc = init(PycRemover)
pyc.run()