diff options
| author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-07 18:32:31 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-07 18:32:31 -0700 |
| commit | 6591ac066f1c6f7ca74c540fe5f39033fb41cd10 (patch) | |
| tree | d1ef7b3f55cd862bd45f27997694eebeb5d7429a | |
| parent | c3531537aef54b2c27a6e1f28308eac98aec08ba (diff) | |
one more whitespace fix
| -rw-r--r-- | nova/process.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/process.py b/nova/process.py index 259e62358..c3b077dc2 100644 --- a/nova/process.py +++ b/nova/process.py @@ -139,8 +139,8 @@ def get_process_output(executable, args=None, env=None, path=None, executable = str(executable) if not args is None: args = [str(x) for x in args] - process_reactor.spawnProcess( process_handler, executable, - (executable,)+tuple(args), env, path) + process_reactor.spawnProcess(process_handler, executable, + (executable,)+tuple(args), env, path) return deferred |
