We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32e11a3 + 1c228cf commit 8b43dbfCopy full SHA for 8b43dbf
browserstack/local.py
@@ -36,7 +36,7 @@ def start(self, **kwargs):
36
del self.options['key']
37
38
if 'binarypath' in self.options:
39
- self.binary_path = binary_path
+ self.binary_path = self.options['binarypath']
40
del self.options['binarypath']
41
else:
42
self.binary_path = LocalBinary().get_binary()
setup.py
@@ -5,7 +5,7 @@
5
setup(
6
name = 'browserstack-local',
7
packages = ['browserstack'],
8
- version = '1.2.1',
+ version = '1.2.2',
9
description = 'Python bindings for Browserstack Local',
10
author = 'BrowserStack',
11
author_email = 'support@browserstack.com',
0 commit comments