diff options
author | Jose <jose@zeroc.com> | 2017-02-15 09:36:12 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-02-15 09:36:12 +0100 |
commit | cc03d275e09ed3092efa114429ac068eef352f22 (patch) | |
tree | 276a86cd682c438c3c03a0cb16723e4385cd8ffa /scripts/Util.py | |
parent | Fixed (ICE-6463) - Cache the IceSSL connection information (diff) | |
download | ice-cc03d275e09ed3092efa114429ac068eef352f22.tar.bz2 ice-cc03d275e09ed3092efa114429ac068eef352f22.tar.xz ice-cc03d275e09ed3092efa114429ac068eef352f22.zip |
UWP Cache IceSSL connection info
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index baa79c41351..d21c92aa3b8 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -1741,7 +1741,7 @@ class RemoteProcessController(ProcessController): try: result = self.proxy.waitSuccess(timeout) except: - raise Except.TIMEOUT("waitSuccess timeout") + raise Expect.TIMEOUT("waitSuccess timeout") if exitstatus != result: raise RuntimeError("unexpected exit status: expected: %d, got %d\n" % (exitstatus, result)) |