Skip to content

Commit 950627e

Browse files
committed
Fixed assignment of global variable.
Needed 'global' prefix before the assignment.
1 parent 50b62ea commit 950627e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codebender_testing/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def create_webdriver(command_executor, desired_capabilities):
147147
browser_profile = None
148148
browser_profile_path = None
149149

150+
global SELENIUM_BROWSER
150151
SELENIUM_BROWSER = browser_name
151152

152153
if browser_name == "chrome":

0 commit comments

Comments
 (0)