aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/arch.py
diff options
context:
space:
mode:
authorAaron Bentley <abentley@panoramicfeedback.com>2005-12-23 13:36:59 -0500
committerAaron Bentley <abentley@panoramicfeedback.com>2005-12-23 13:36:59 -0500
commite3dfbbc86acd292c9812cfd51d1fdc8906d40dac (patch)
tree1f2639e4ffe9689d6f469f912338a9dc773cc8f5 /libbe/arch.py
parent879cba1745edd852302346e5bb405b8bc3c10d20 (diff)
downloadbugseverywhere-e3dfbbc86acd292c9812cfd51d1fdc8906d40dac.tar.gz
Fixed subprocess invocation for bzr
Diffstat (limited to 'libbe/arch.py')
-rw-r--r--libbe/arch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/arch.py b/libbe/arch.py
index 28d64d4..7edba37 100644
--- a/libbe/arch.py
+++ b/libbe/arch.py
@@ -32,6 +32,7 @@ def invoke(args):
return status, output, error
raise Exception("Command failed: %s" % error)
+
def invoke_client(*args, **kwargs):
cl_args = [client]
cl_args.extend(args)