summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorKrzysztof A. Adamski <krzysztofa@gmail.com>2008-06-07 16:13:01 -0400
committerKrzysztof A. Adamski <krzysztofa@gmail.com>2008-06-07 16:13:01 -0400
commit3750980ea547c73a63cb456a85be0b14cc36c30c (patch)
treecd2796b41c04f90deda2d8e6a33ef968d745a144 /func
parentfdabc175f9ef5ee9d1e6887409be58dd44cf661d (diff)
downloadthird_party-func-3750980ea547c73a63cb456a85be0b14cc36c30c.tar.gz
third_party-func-3750980ea547c73a63cb456a85be0b14cc36c30c.tar.xz
third_party-func-3750980ea547c73a63cb456a85be0b14cc36c30c.zip
Make --forks command line parameter actually working now :)
Diffstat (limited to 'func')
-rw-r--r--func/overlord/base_command.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/func/overlord/base_command.py b/func/overlord/base_command.py
index bacb005..8f16eca 100644
--- a/func/overlord/base_command.py
+++ b/func/overlord/base_command.py
@@ -29,4 +29,5 @@ class BaseCommand(command.Command):
interactive=self.interactive,
verbose=self.verbose,
config=self.config,
- async=self.options.async)
+ async=self.options.async,
+ nforks=self.options.forks)