[asterisk-scf-commits] asterisk-scf/integration/testsuite.git branch "review" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue May 24 19:33:32 CDT 2011
branch "review" has been updated
via 137f5a9ea690b39561f967f9dde4cf93db7c17d5 (commit)
from a0f304403d3e7e3d60d8e4e629d4dd5a5b7545cc (commit)
Summary of changes:
remote.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 137f5a9ea690b39561f967f9dde4cf93db7c17d5
Author: Darren Sessions <dsessions at digium.com>
Date: Tue May 24 19:33:29 2011 -0500
upps . . path fix
diff --git a/remote.py b/remote.py
index 6fba2aa..147b91e 100755
--- a/remote.py
+++ b/remote.py
@@ -206,7 +206,7 @@ class RemoteManagement(object):
def serverSideSendFile(self, remote, fn):
rpc = xmlrpclib.ServerProxy('http://%s:8000/' % remote)
- r = open("ls", "rb")
+ r = open('%s/tmp/%s' % (cwd, fn), "rb")
return rpc.remoteSideRecvFile(fn, xmlrpclib.Binary(r.read()))
def reset(self):
-----------------------------------------------------------------------
--
asterisk-scf/integration/testsuite.git
More information about the asterisk-scf-commits
mailing list