Skip to content

Commit 8b43dbf

Browse files
authored
Merge pull request #20 from bipul21/binarypath_fix
Fix for binary path error and version bump
2 parents 32e11a3 + 1c228cf commit 8b43dbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserstack/local.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def start(self, **kwargs):
3636
del self.options['key']
3737

3838
if 'binarypath' in self.options:
39-
self.binary_path = binary_path
39+
self.binary_path = self.options['binarypath']
4040
del self.options['binarypath']
4141
else:
4242
self.binary_path = LocalBinary().get_binary()

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name = 'browserstack-local',
77
packages = ['browserstack'],
8-
version = '1.2.1',
8+
version = '1.2.2',
99
description = 'Python bindings for Browserstack Local',
1010
author = 'BrowserStack',
1111
author_email = '[email protected]',

0 commit comments

Comments
 (0)