From cbe2d1ef15a2d61ccad30f0f8aa742c2bc46bf9e Mon Sep 17 00:00:00 2001 From: "Krzysztof A. Adamski" Date: Thu, 26 Jun 2008 06:57:56 -0400 Subject: Fix options.async and options.forks problem. --- func/overlord/cmd_modules/call.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'func/overlord/cmd_modules') diff --git a/func/overlord/cmd_modules/call.py b/func/overlord/cmd_modules/call.py index bb9a61e..53db70e 100644 --- a/func/overlord/cmd_modules/call.py +++ b/func/overlord/cmd_modules/call.py @@ -122,6 +122,8 @@ class Call(base_command.BaseCommand): self.interactive = False + self.async = self.options.async + self.forks = self.options.forks self.server_spec = self.parentCommand.server_spec self.getOverlord() -- cgit