diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-01-03 13:56:28 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-01-03 13:56:28 +0100 |
commit | 4fda99c2a177485e3a63d58febda15bcbe0e5d93 (patch) | |
tree | 06d18ef9347e14404db82f87489247de3bda529f /scripts/Util.py | |
parent | Fixed Python allTests.py environment issue (diff) | |
download | ice-4fda99c2a177485e3a63d58febda15bcbe0e5d93.tar.bz2 ice-4fda99c2a177485e3a63d58febda15bcbe0e5d93.tar.xz ice-4fda99c2a177485e3a63d58febda15bcbe0e5d93.zip |
Fixed BrowserController bug in Util.py
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 40eb21d338b..06e9caad221 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -2052,7 +2052,7 @@ class BrowserProcessController(RemoteProcessController): def __init__(self, current): RemoteProcessController.__init__(self, current, "ws -h 127.0.0.1 -p 15002:wss -h 127.0.0.1 -p 15003") - + self.httpServer = None try: from selenium import webdriver if not hasattr(webdriver, current.config.browser): |